Html Css Color HEX #FCAF11 Dark Tangerine

📋 copy color: '#FCAF11'

red 252 ◦ green 175 ◦ blue 17

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

Shades of Dark Tangerine #FCAF11

Tints of Dark Tangerine #FCAF11

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.41%

 BLUE value IS 17 (7.03% from 255) = 3.83%

R = 56.76%
G = 39.41%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCAF11 (or 0xFCAF11) is known color: Dark Tangerine. HEX triplet: FC, AF and 11. RGB value is (252,175,17). Sum of RGB (Red+Green+Blue) = 252+175+17=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 17 (7.03% from 255 or 3.83% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAF11 is #0350EE. Grayscale: #B4B4B4. Windows color (decimal): -217327 or 1159164. OLE color: 1159164.

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

Color convert

RGB 252 175 17 -
CMYK 0 0.31 0.93 0.01
HSL 40.34º 0.98% 0.53% -
HSV(B) 40.34º 0.93% 0.99% -
XYZ 55.58 51.4 7.52 -
YUV 180.01 36.01 179.35 -
System Red Green Blue C M Y K H S L
Decimal 252 175 17 0 0.31 0.93 0.01 40.34 0.98 0.53
Hex FC AF 11 0 1F 5D 1 28 62 35
Octal 374 257 21 0 37 135 1 50 142 65
Binary 11111100 10101111 10001 0 11111 1011101 1 101000 1100010 110101

Color Harmonies of #FCAF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAF11

Black with #FCAF11

Text Example


Text Example

White with #FCAF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAF11; }

 p { color: rgb(252,175,17); }

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

background-color css

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

 a { background-color: rgb(252,175,17); }

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

border-color css

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

 span { border-color: rgb(252,175,17); }

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