#FA7D03

Color #FA7D03 Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangerine #FA7D03

Tints of Tangerine #FA7D03

Color information

#FA7D03 (or 0xFA7D03) is unknown color: approx Tangerine. HEX triplet: FA, 7D and 03. RGB value is (250,125,3). Sum of RGB (Red+Green+Blue) = 250+125+3=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 3 (1.56% from 255 or 0.79% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7D03 is #0582FC. Grayscale: #959595. Windows color (decimal): -361213 or 228858. OLE color: 228858.

HSL color Cylindrical-coordinate representation of color #FA7D03: hue angle of 29.64º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA7D03 is Cyan = 0, Magento = 0.50, Yellow = 0.99 and Black (K on CMYK) = 0.02.

Color convert

RGB2501253-
CMYK00.500.990.02
HSL29.64º97.63%49.61%-
HSV(B)29.64º98.8%98.04%-
XYZ46.77354.38-
YUV148.4745.91200.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 66.14%
GREEN value IS 125 (49.22% from 255) = 33.07%
BLUE value IS 3 (1.56% from 255) = 0.79%
R=66.14%
G=33.07%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.99
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250125300.500.990.0229.6497.6349.61
HexFA7D30326321e6232
Octal372175306214323614262
Binary111110101111101110110010110001110111101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7D03; }

 p { color: rgb(250,125,3); }

 H1.HeaderClassName
 {
   color: #FA7D03;
 }
 .AnyTagClassName
 {
   color: #FA7D03;
 }
</style>
background-color css

<style>
 a { background-color: #FA7D03; }

 a { background-color: rgb(250,125,3); }

 div.DivClassName
 {
   background-color: #FA7D03;
 }
 .BgClassName
 {
   background-color: #FA7D03;
 }
</style>
border-color css

<style>
 span { border-color: #FA7D03; }

 span { border-color: rgb(250,125,3); }

 td.TdClassName
 {
   border-color: #FA7D03;
 }
 .TagClassName
 {
   border-color: #FA7D03;
 }
</style>