Html Css Color HEX #FCAB0E Dark Tangerine

📋 copy color: '#FCAB0E'

red 252 ◦ green 171 ◦ blue 14

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

Shades of Dark Tangerine #FCAB0E

Tints of Dark Tangerine #FCAB0E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.13%

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

R = 57.67%
G = 39.13%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCAB0E (or 0xFCAB0E) is known color: Dark Tangerine. HEX triplet: FC, AB and 0E. RGB value is (252,171,14). Sum of RGB (Red+Green+Blue) = 252+171+14=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 14 (5.86% from 255 or 3.20% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAB0E is #0354F1. Grayscale: #B2B2B2. Windows color (decimal): -218354 or 961532. OLE color: 961532.

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

Color convert

RGB 252 171 14 -
CMYK 0 0.32 0.94 0.01
HSL 39.58º 0.98% 0.52% -
HSV(B) 39.58º 0.94% 0.99% -
XYZ 54.79 49.85 7.15 -
YUV 177.32 35.84 181.27 -
System Red Green Blue C M Y K H S L
Decimal 252 171 14 0 0.32 0.94 0.01 39.58 0.98 0.52
Hex FC AB E 0 20 5E 1 28 62 34
Octal 374 253 16 0 40 136 1 50 142 64
Binary 11111100 10101011 1110 0 100000 1011110 1 101000 1100010 110100

Color Harmonies of #FCAB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB0E

Black with #FCAB0E

Text Example


Text Example

White with #FCAB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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