Html Css Color HEX #FCAF0A Dark Tangerine

📋 copy color: '#FCAF0A'

red 252 ◦ green 175 ◦ blue 10

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

Shades of Dark Tangerine #FCAF0A

Tints of Dark Tangerine #FCAF0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.29%

R = 57.67%
G = 40.05%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCAF0A (or 0xFCAF0A) is known color: Dark Tangerine. HEX triplet: FC, AF and 0A. RGB value is (252,175,10). Sum of RGB (Red+Green+Blue) = 252+175+10=437 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.67% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 10 (4.30% from 255 or 2.29% from 437); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAF0A is #0350F5. Grayscale: #B3B3B3. Windows color (decimal): -217334 or 700412. OLE color: 700412.

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

Color convert

RGB 252 175 10 -
CMYK 0 0.31 0.96 0.01
HSL 40.91º 0.98% 0.51% -
HSV(B) 40.91º 0.96% 0.99% -
XYZ 55.53 51.38 7.28 -
YUV 179.21 32.51 179.92 -
System Red Green Blue C M Y K H S L
Decimal 252 175 10 0 0.31 0.96 0.01 40.91 0.98 0.51
Hex FC AF A 0 1F 60 1 29 62 33
Octal 374 257 12 0 37 140 1 51 142 63
Binary 11111100 10101111 1010 0 11111 1100000 1 101001 1100010 110011

Color Harmonies of #FCAF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAF0A

Black with #FCAF0A

Text Example


Text Example

White with #FCAF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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