Html Css Color HEX #FC9D1D Dark Tangerine

📋 copy color: '#FC9D1D'

red 252 ◦ green 157 ◦ blue 29

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

Shades of Dark Tangerine #FC9D1D

Tints of Dark Tangerine #FC9D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.62%

R = 57.53%
G = 35.84%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC9D1D (or 0xFC9D1D) is known color: Dark Tangerine. HEX triplet: FC, 9D and 1D. RGB value is (252,157,29). Sum of RGB (Red+Green+Blue) = 252+157+29=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 29 (11.72% from 255 or 6.62% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9D1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9D1D is #0362E2. Grayscale: #ABABAB. Windows color (decimal): -221923 or 1940988. OLE color: 1940988.

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

Color convert

RGB 252 157 29 -
CMYK 0 0.38 0.88 0.01
HSL 34.44º 0.97% 0.55% -
HSV(B) 34.44º 0.88% 0.99% -
XYZ 52.42 44.9 7.07 -
YUV 170.81 47.97 185.91 -
System Red Green Blue C M Y K H S L
Decimal 252 157 29 0 0.38 0.88 0.01 34.44 0.97 0.55
Hex FC 9D 1D 0 26 58 1 22 61 37
Octal 374 235 35 0 46 130 1 42 141 67
Binary 11111100 10011101 11101 0 100110 1011000 1 100010 1100001 110111

Color Harmonies of #FC9D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9D1D

Black with #FC9D1D

Text Example


Text Example

White with #FC9D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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