Html Css Color HEX #FCA00E Dark Tangerine

📋 copy color: '#FCA00E'

red 252 ◦ green 160 ◦ blue 14

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

Shades of Dark Tangerine #FCA00E

Tints of Dark Tangerine #FCA00E

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.56%

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

R = 59.15%
G = 37.56%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCA00E (or 0xFCA00E) is known color: Dark Tangerine. HEX triplet: FC, A0 and 0E. RGB value is (252,160,14). Sum of RGB (Red+Green+Blue) = 252+160+14=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 14 (5.86% from 255 or 3.29% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA00E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCA00E is #035FF1. Grayscale: #ABABAB. Windows color (decimal): -221170 or 958716. OLE color: 958716.

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

Color convert

RGB 252 160 14 -
CMYK 0 0.37 0.94 0.01
HSL 36.81º 0.98% 0.52% -
HSV(B) 36.81º 0.94% 0.99% -
XYZ 52.79 45.87 6.49 -
YUV 170.86 39.48 185.87 -
System Red Green Blue C M Y K H S L
Decimal 252 160 14 0 0.37 0.94 0.01 36.81 0.98 0.52
Hex FC A0 E 0 25 5E 1 25 62 34
Octal 374 240 16 0 45 136 1 45 142 64
Binary 11111100 10100000 1110 0 100101 1011110 1 100101 1100010 110100

Color Harmonies of #FCA00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA00E

Black with #FCA00E

Text Example


Text Example

White with #FCA00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA00E; }

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

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

background-color css

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

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

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

border-color css

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

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

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