Html Css Color HEX #FCAC0D Dark Tangerine

📋 copy color: '#FCAC0D'

red 252 ◦ green 172 ◦ blue 13

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

Shades of Dark Tangerine #FCAC0D

Tints of Dark Tangerine #FCAC0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.97%

R = 57.67%
G = 39.36%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCAC0D (or 0xFCAC0D) is known color: Dark Tangerine. HEX triplet: FC, AC and 0D. RGB value is (252,172,13). Sum of RGB (Red+Green+Blue) = 252+172+13=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 13 (5.47% from 255 or 2.97% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAC0D is #0353F2. Grayscale: #B2B2B2. Windows color (decimal): -218099 or 896252. OLE color: 896252.

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

Color convert

RGB 252 172 13 -
CMYK 0 0.32 0.95 0.01
HSL 39.92º 0.98% 0.52% -
HSV(B) 39.92º 0.95% 0.99% -
XYZ 54.97 50.23 7.18 -
YUV 177.79 35 180.93 -
System Red Green Blue C M Y K H S L
Decimal 252 172 13 0 0.32 0.95 0.01 39.92 0.98 0.52
Hex FC AC D 0 20 5F 1 28 62 34
Octal 374 254 15 0 40 137 1 50 142 64
Binary 11111100 10101100 1101 0 100000 1011111 1 101000 1100010 110100

Color Harmonies of #FCAC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC0D

Black with #FCAC0D

Text Example


Text Example

White with #FCAC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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