Html Css Color HEX #FC9D1A Dark Tangerine

📋 copy color: '#FC9D1A'

red 252 ◦ green 157 ◦ blue 26

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

Shades of Dark Tangerine #FC9D1A

Tints of Dark Tangerine #FC9D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.98%

R = 57.93%
G = 36.09%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC9D1A (or 0xFC9D1A) is known color: Dark Tangerine. HEX triplet: FC, 9D and 1A. RGB value is (252,157,26). Sum of RGB (Red+Green+Blue) = 252+157+26=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 26 (10.55% from 255 or 5.98% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9D1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9D1A is #0362E5. Grayscale: #ABABAB. Windows color (decimal): -221926 or 1744380. OLE color: 1744380.

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

Color convert

RGB 252 157 26 -
CMYK 0 0.38 0.90 0.01
HSL 34.78º 0.97% 0.55% -
HSV(B) 34.78º 0.9% 0.99% -
XYZ 52.39 44.88 6.88 -
YUV 170.47 46.47 186.15 -
System Red Green Blue C M Y K H S L
Decimal 252 157 26 0 0.38 0.90 0.01 34.78 0.97 0.55
Hex FC 9D 1A 0 26 5A 1 23 61 37
Octal 374 235 32 0 46 132 1 43 141 67
Binary 11111100 10011101 11010 0 100110 1011010 1 100011 1100001 110111

Color Harmonies of #FC9D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9D1A

Black with #FC9D1A

Text Example


Text Example

White with #FC9D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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