Html Css Color HEX #FC9512 Dark Tangerine

📋 copy color: '#FC9512'

red 252 ◦ green 149 ◦ blue 18

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

Shades of Dark Tangerine #FC9512

Tints of Dark Tangerine #FC9512

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.56%

 BLUE value IS 18 (7.42% from 255) = 4.3%

R = 60.14%
G = 35.56%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC9512 (or 0xFC9512) is known color: Dark Tangerine. HEX triplet: FC, 95 and 12. RGB value is (252,149,18). Sum of RGB (Red+Green+Blue) = 252+149+18=419 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60.14% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 18 (7.42% from 255 or 4.30% from 419); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FC9512 is #036AED. Grayscale: #A5A5A5. Windows color (decimal): -223982 or 1218044. OLE color: 1218044.

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

Color convert

RGB 252 149 18 -
CMYK 0 0.41 0.93 0.01
HSL 33.59º 0.98% 0.53% -
HSV(B) 33.59º 0.93% 0.99% -
XYZ 51 42.23 6.04 -
YUV 164.86 45.12 190.15 -
System Red Green Blue C M Y K H S L
Decimal 252 149 18 0 0.41 0.93 0.01 33.59 0.98 0.53
Hex FC 95 12 0 29 5D 1 22 62 35
Octal 374 225 22 0 51 135 1 42 142 65
Binary 11111100 10010101 10010 0 101001 1011101 1 100010 1100010 110101

Color Harmonies of #FC9512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9512

Black with #FC9512

Text Example


Text Example

White with #FC9512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9512; }

 p { color: rgb(252,149,18); }

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

background-color css

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

 a { background-color: rgb(252,149,18); }

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

border-color css

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

 span { border-color: rgb(252,149,18); }

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