Html Css Color HEX #FCAB0C Dark Tangerine

📋 copy color: '#FCAB0C'

red 252 ◦ green 171 ◦ blue 12

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

Shades of Dark Tangerine #FCAB0C

Tints of Dark Tangerine #FCAB0C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.31%

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

R = 57.93%
G = 39.31%
B = 2.76%

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

#FCAB0C (or 0xFCAB0C) is known color: Dark Tangerine. HEX triplet: FC, AB and 0C. RGB value is (252,171,12). Sum of RGB (Red+Green+Blue) = 252+171+12=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 12 (5.08% from 255 or 2.76% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAB0C is #0354F3. Grayscale: #B1B1B1. Windows color (decimal): -218356 or 830460. OLE color: 830460.

HSL color Cylindrical-coordinate representation of color #FCAB0C: 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.95%. Process color model (Four color, CMYK) of #FCAB0C is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 171 12 -
CMYK 0 0.32 0.95 0.01
HSL 39.75º 0.98% 0.52% -
HSV(B) 39.75º 0.95% 0.99% -
XYZ 54.77 49.85 7.08 -
YUV 177.09 34.84 181.43 -
System Red Green Blue C M Y K H S L
Decimal 252 171 12 0 0.32 0.95 0.01 39.75 0.98 0.52
Hex FC AB C 0 20 5F 1 28 62 34
Octal 374 253 14 0 40 137 1 50 142 64
Binary 11111100 10101011 1100 0 100000 1011111 1 101000 1100010 110100

Color Harmonies of #FCAB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB0C

Black with #FCAB0C

Text Example


Text Example

White with #FCAB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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