Html Css Color HEX #FCAA0E Dark Tangerine

📋 copy color: '#FCAA0E'

red 252 ◦ green 170 ◦ blue 14

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

Shades of Dark Tangerine #FCAA0E

Tints of Dark Tangerine #FCAA0E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.99%

 BLUE value IS 14 (5.86% from 255) = 3.21%

R = 57.8%
G = 38.99%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCAA0E (or 0xFCAA0E) is known color: Dark Tangerine. HEX triplet: FC, AA and 0E. RGB value is (252,170,14). Sum of RGB (Red+Green+Blue) = 252+170+14=436 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.80% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 14 (5.86% from 255 or 3.21% from 436); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAA0E is #0355F1. Grayscale: #B1B1B1. Windows color (decimal): -218610 or 961276. OLE color: 961276.

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

Color convert

RGB 252 170 14 -
CMYK 0 0.33 0.94 0.01
HSL 39.33º 0.98% 0.52% -
HSV(B) 39.33º 0.94% 0.99% -
XYZ 54.6 49.48 7.09 -
YUV 176.73 36.17 181.68 -
System Red Green Blue C M Y K H S L
Decimal 252 170 14 0 0.33 0.94 0.01 39.33 0.98 0.52
Hex FC AA E 0 21 5E 1 27 62 34
Octal 374 252 16 0 41 136 1 47 142 64
Binary 11111100 10101010 1110 0 100001 1011110 1 100111 1100010 110100

Color Harmonies of #FCAA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA0E

Black with #FCAA0E

Text Example


Text Example

White with #FCAA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA0E; }

 p { color: rgb(252,170,14); }

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

background-color css

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

 a { background-color: rgb(252,170,14); }

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

border-color css

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

 span { border-color: rgb(252,170,14); }

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