Html Css Color HEX #FC9D1C Dark Tangerine

📋 copy color: '#FC9D1C'

red 252 ◦ green 157 ◦ blue 28

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

Shades of Dark Tangerine #FC9D1C

Tints of Dark Tangerine #FC9D1C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.93%

 BLUE value IS 28 (11.33% from 255) = 6.41%

R = 57.67%
G = 35.93%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FC9D1C (or 0xFC9D1C) is known color: Dark Tangerine. HEX triplet: FC, 9D and 1C. RGB value is (252,157,28). Sum of RGB (Red+Green+Blue) = 252+157+28=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 28 (11.33% from 255 or 6.41% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9D1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9D1C is #0362E3. Grayscale: #ABABAB. Windows color (decimal): -221924 or 1875452. OLE color: 1875452.

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

Color convert

RGB 252 157 28 -
CMYK 0 0.38 0.89 0.01
HSL 34.55º 0.97% 0.55% -
HSV(B) 34.55º 0.89% 0.99% -
XYZ 52.41 44.89 7 -
YUV 170.7 47.47 185.99 -
System Red Green Blue C M Y K H S L
Decimal 252 157 28 0 0.38 0.89 0.01 34.55 0.97 0.55
Hex FC 9D 1C 0 26 59 1 23 61 37
Octal 374 235 34 0 46 131 1 43 141 67
Binary 11111100 10011101 11100 0 100110 1011001 1 100011 1100001 110111

Color Harmonies of #FC9D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9D1C

Black with #FC9D1C

Text Example


Text Example

White with #FC9D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9D1C; }

 p { color: rgb(252,157,28); }

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

background-color css

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

 a { background-color: rgb(252,157,28); }

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

border-color css

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

 span { border-color: rgb(252,157,28); }

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