Html Css Color HEX #FC7D08 Tangerine

📋 copy color: '#FC7D08'

red 252 ◦ green 125 ◦ blue 8

#FC7D08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tangerine #FC7D08

Tints of Tangerine #FC7D08

RGB

 RED value IS 252 (98.83% from 255) = 65.45%

 GREEN value IS 125 (49.22% from 255) = 32.47%

 BLUE value IS 8 (3.52% from 255) = 2.08%

R = 65.45%
G = 32.47%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FC7D08 (or 0xFC7D08) is known color: Tangerine. HEX triplet: FC, 7D and 08. RGB value is (252,125,8). Sum of RGB (Red+Green+Blue) = 252+125+8=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 8 (3.52% from 255 or 2.08% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7D08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7D08 is #0382F7. Grayscale: #969696. Windows color (decimal): -230136 or 556540. OLE color: 556540.

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

Color convert

RGB 252 125 8 -
CMYK 0 0.50 0.97 0.01
HSL 28.77º 0.98% 0.51% -
HSV(B) 28.77º 0.97% 0.99% -
XYZ 47.52 35.38 4.55 -
YUV 149.64 48.08 201.01 -
System Red Green Blue C M Y K H S L
Decimal 252 125 8 0 0.50 0.97 0.01 28.77 0.98 0.51
Hex FC 7D 8 0 32 61 1 1D 62 33
Octal 374 175 10 0 62 141 1 35 142 63
Binary 11111100 1111101 1000 0 110010 1100001 1 11101 1100010 110011

Color Harmonies of #FC7D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7D08

Black with #FC7D08

Text Example


Text Example

White with #FC7D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7D08; }

 p { color: rgb(252,125,8); }

 H1.HeaderClassName
 {
   color: #FC7D08;
 }
 .AnyTagClassName
 {
   color: #FC7D08;
 }
</style>

background-color css

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

 a { background-color: rgb(252,125,8); }

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

border-color css

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

 span { border-color: rgb(252,125,8); }

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