Html Css Color HEX #FCAC0F Dark Tangerine

📋 copy color: '#FCAC0F'

red 252 ◦ green 172 ◦ blue 15

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

Shades of Dark Tangerine #FCAC0F

Tints of Dark Tangerine #FCAC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.42%

R = 57.4%
G = 39.18%
B = 3.42%

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

#FCAC0F (or 0xFCAC0F) is known color: Dark Tangerine. HEX triplet: FC, AC and 0F. RGB value is (252,172,15). Sum of RGB (Red+Green+Blue) = 252+172+15=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 15 (6.25% from 255 or 3.42% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAC0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAC0F is #0353F0. Grayscale: #B2B2B2. Windows color (decimal): -218097 or 1027324. OLE color: 1027324.

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

Color convert

RGB 252 172 15 -
CMYK 0 0.32 0.94 0.01
HSL 39.75º 0.98% 0.52% -
HSV(B) 39.75º 0.94% 0.99% -
XYZ 54.98 50.23 7.25 -
YUV 178.02 36 180.77 -
System Red Green Blue C M Y K H S L
Decimal 252 172 15 0 0.32 0.94 0.01 39.75 0.98 0.52
Hex FC AC F 0 20 5E 1 28 62 34
Octal 374 254 17 0 40 136 1 50 142 64
Binary 11111100 10101100 1111 0 100000 1011110 1 101000 1100010 110100

Color Harmonies of #FCAC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAC0F

Black with #FCAC0F

Text Example


Text Example

White with #FCAC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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