Html Css Color HEX #FC800C Tangerine

📋 copy color: '#FC800C'

red 252 ◦ green 128 ◦ blue 12

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

Shades of Tangerine #FC800C

Tints of Tangerine #FC800C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.06%

R = 64.29%
G = 32.65%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FC800C (or 0xFC800C) is known color: Tangerine. HEX triplet: FC, 80 and 0C. RGB value is (252,128,12). Sum of RGB (Red+Green+Blue) = 252+128+12=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC800C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC800C is #037FF3. Grayscale: #989898. Windows color (decimal): -229364 or 819452. OLE color: 819452.

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

Color convert

RGB 252 128 12 -
CMYK 0 0.49 0.95 0.01
HSL 29º 0.98% 0.52% -
HSV(B) 29º 0.95% 0.99% -
XYZ 47.93 36.16 4.8 -
YUV 151.85 49.08 199.43 -
System Red Green Blue C M Y K H S L
Decimal 252 128 12 0 0.49 0.95 0.01 29 0.98 0.52
Hex FC 80 C 0 31 5F 1 1D 62 34
Octal 374 200 14 0 61 137 1 35 142 64
Binary 11111100 10000000 1100 0 110001 1011111 1 11101 1100010 110100

Color Harmonies of #FC800C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC800C

Black with #FC800C

Text Example


Text Example

White with #FC800C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC800C; }

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

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

background-color css

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

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

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

border-color css

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

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

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