Html Css Color HEX #FCAC0E Dark Tangerine

📋 copy color: '#FCAC0E'

red 252 ◦ green 172 ◦ blue 14

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

Shades of Dark Tangerine #FCAC0E

Tints of Dark Tangerine #FCAC0E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.27%

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

R = 57.53%
G = 39.27%
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

#FCAC0E (or 0xFCAC0E) is known color: Dark Tangerine. HEX triplet: FC, AC and 0E. RGB value is (252,172,14). Sum of RGB (Red+Green+Blue) = 252+172+14=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 14 (5.86% from 255 or 3.20% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAC0E is #0353F1. Grayscale: #B2B2B2. Windows color (decimal): -218098 or 961788. OLE color: 961788.

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

Color convert

RGB 252 172 14 -
CMYK 0 0.32 0.94 0.01
HSL 39.83º 0.98% 0.52% -
HSV(B) 39.83º 0.94% 0.99% -
XYZ 54.98 50.23 7.21 -
YUV 177.91 35.5 180.85 -
System Red Green Blue C M Y K H S L
Decimal 252 172 14 0 0.32 0.94 0.01 39.83 0.98 0.52
Hex FC AC E 0 20 5E 1 28 62 34
Octal 374 254 16 0 40 136 1 50 142 64
Binary 11111100 10101100 1110 0 100000 1011110 1 101000 1100010 110100

Color Harmonies of #FCAC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC0E

Black with #FCAC0E

Text Example


Text Example

White with #FCAC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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