Html Css Color HEX #FCAF0C Dark Tangerine

📋 copy color: '#FCAF0C'

red 252 ◦ green 175 ◦ blue 12

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

Shades of Dark Tangerine #FCAF0C

Tints of Dark Tangerine #FCAF0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.73%

R = 57.4%
G = 39.86%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCAF0C (or 0xFCAF0C) is known color: Dark Tangerine. HEX triplet: FC, AF and 0C. RGB value is (252,175,12). Sum of RGB (Red+Green+Blue) = 252+175+12=439 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.40% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 12 (5.08% from 255 or 2.73% from 439); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAF0C is #0350F3. Grayscale: #B4B4B4. Windows color (decimal): -217332 or 831484. OLE color: 831484.

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

Color convert

RGB 252 175 12 -
CMYK 0 0.31 0.95 0.01
HSL 40.75º 0.98% 0.52% -
HSV(B) 40.75º 0.95% 0.99% -
XYZ 55.54 51.38 7.34 -
YUV 179.44 33.51 179.75 -
System Red Green Blue C M Y K H S L
Decimal 252 175 12 0 0.31 0.95 0.01 40.75 0.98 0.52
Hex FC AF C 0 1F 5F 1 29 62 34
Octal 374 257 14 0 37 137 1 51 142 64
Binary 11111100 10101111 1100 0 11111 1011111 1 101001 1100010 110100

Color Harmonies of #FCAF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAF0C

Black with #FCAF0C

Text Example


Text Example

White with #FCAF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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