Html Css Color HEX #FC9A1A Dark Tangerine

📋 copy color: '#FC9A1A'

red 252 ◦ green 154 ◦ blue 26

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

Shades of Dark Tangerine #FC9A1A

Tints of Dark Tangerine #FC9A1A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.65%

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

R = 58.33%
G = 35.65%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC9A1A (or 0xFC9A1A) is known color: Dark Tangerine. HEX triplet: FC, 9A and 1A. RGB value is (252,154,26). Sum of RGB (Red+Green+Blue) = 252+154+26=432 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.33% from 432); Green value is 154 (60.55% from 255 or 35.65% from 432); Blue value is 26 (10.55% from 255 or 6.02% from 432); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9A1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC9A1A is #0365E5. Grayscale: #A9A9A9. Windows color (decimal): -222694 or 1743612. OLE color: 1743612.

HSL color Cylindrical-coordinate representation of color #FC9A1A: hue angle of 33.98º 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 #FC9A1A is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 154 26 -
CMYK 0 0.39 0.90 0.01
HSL 33.98º 0.97% 0.55% -
HSV(B) 33.98º 0.9% 0.99% -
XYZ 51.89 43.88 6.71 -
YUV 168.71 47.47 187.41 -
System Red Green Blue C M Y K H S L
Decimal 252 154 26 0 0.39 0.90 0.01 33.98 0.97 0.55
Hex FC 9A 1A 0 27 5A 1 22 61 37
Octal 374 232 32 0 47 132 1 42 141 67
Binary 11111100 10011010 11010 0 100111 1011010 1 100010 1100001 110111

Color Harmonies of #FC9A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9A1A

Black with #FC9A1A

Text Example


Text Example

White with #FC9A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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