Html Css Color HEX #FCA80E Dark Tangerine

📋 copy color: '#FCA80E'

red 252 ◦ green 168 ◦ blue 14

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

Shades of Dark Tangerine #FCA80E

Tints of Dark Tangerine #FCA80E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.71%

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

R = 58.06%
G = 38.71%
B = 3.23%

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

#FCA80E (or 0xFCA80E) is known color: Dark Tangerine. HEX triplet: FC, A8 and 0E. RGB value is (252,168,14). Sum of RGB (Red+Green+Blue) = 252+168+14=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 14 (5.86% from 255 or 3.23% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA80E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA80E is #0357F1. Grayscale: #B0B0B0. Windows color (decimal): -219122 or 960764. OLE color: 960764.

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

Color convert

RGB 252 168 14 -
CMYK 0 0.33 0.94 0.01
HSL 38.82º 0.98% 0.52% -
HSV(B) 38.82º 0.94% 0.99% -
XYZ 54.23 48.73 6.96 -
YUV 175.56 36.83 182.52 -
System Red Green Blue C M Y K H S L
Decimal 252 168 14 0 0.33 0.94 0.01 38.82 0.98 0.52
Hex FC A8 E 0 21 5E 1 27 62 34
Octal 374 250 16 0 41 136 1 47 142 64
Binary 11111100 10101000 1110 0 100001 1011110 1 100111 1100010 110100

Color Harmonies of #FCA80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA80E

Black with #FCA80E

Text Example


Text Example

White with #FCA80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA80E; }

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

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

background-color css

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

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

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

border-color css

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

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

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