Html Css Color HEX #FCAB0B Dark Tangerine

📋 copy color: '#FCAB0B'

red 252 ◦ green 171 ◦ blue 11

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

Shades of Dark Tangerine #FCAB0B

Tints of Dark Tangerine #FCAB0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.53%

R = 58.06%
G = 39.4%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#FCAB0B (or 0xFCAB0B) is known color: Dark Tangerine. HEX triplet: FC, AB and 0B. RGB value is (252,171,11). Sum of RGB (Red+Green+Blue) = 252+171+11=434 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.06% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 11 (4.69% from 255 or 2.53% from 434); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCAB0B is #0354F4. Grayscale: #B1B1B1. Windows color (decimal): -218357 or 764924. OLE color: 764924.

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

Color convert

RGB 252 171 11 -
CMYK 0 0.32 0.96 0.01
HSL 39.83º 0.98% 0.52% -
HSV(B) 39.83º 0.96% 0.99% -
XYZ 54.77 49.85 7.05 -
YUV 176.98 34.34 181.51 -
System Red Green Blue C M Y K H S L
Decimal 252 171 11 0 0.32 0.96 0.01 39.83 0.98 0.52
Hex FC AB B 0 20 60 1 28 62 34
Octal 374 253 13 0 40 140 1 50 142 64
Binary 11111100 10101011 1011 0 100000 1100000 1 101000 1100010 110100

Color Harmonies of #FCAB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAB0B

Black with #FCAB0B

Text Example


Text Example

White with #FCAB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAB0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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