Html Css Color HEX #FC8004 Tangerine

📋 copy color: '#FC8004'

red 252 ◦ green 128 ◦ blue 4

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

Shades of Tangerine #FC8004

Tints of Tangerine #FC8004

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.33%

 BLUE value IS 4 (1.95% from 255) = 1.04%

R = 65.63%
G = 33.33%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FC8004 (or 0xFC8004) is known color: Tangerine. HEX triplet: FC, 80 and 04. RGB value is (252,128,4). Sum of RGB (Red+Green+Blue) = 252+128+4=384 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.62% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 4 (1.95% from 255 or 1.04% from 384); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8004 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC8004 is #037FFB. Grayscale: #979797. Windows color (decimal): -229372 or 295164. OLE color: 295164.

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

Color convert

RGB 252 128 4 -
CMYK 0 0.49 0.98 0.01
HSL 30º 0.98% 0.5% -
HSV(B) 30º 0.98% 0.99% -
XYZ 47.89 36.14 4.57 -
YUV 150.94 45.08 200.08 -
System Red Green Blue C M Y K H S L
Decimal 252 128 4 0 0.49 0.98 0.01 30 0.98 0.5
Hex FC 80 4 0 31 62 1 1E 62 32
Octal 374 200 4 0 61 142 1 36 142 62
Binary 11111100 10000000 100 0 110001 1100010 1 11110 1100010 110010

Color Harmonies of #FC8004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8004

Black with #FC8004

Text Example


Text Example

White with #FC8004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8004; }

 p { color: rgb(252,128,4); }

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

background-color css

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

 a { background-color: rgb(252,128,4); }

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

border-color css

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

 span { border-color: rgb(252,128,4); }

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