Html Css Color HEX #FCB010 Dark Tangerine

📋 copy color: '#FCB010'

red 252 ◦ green 176 ◦ blue 16

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

Shades of Dark Tangerine #FCB010

Tints of Dark Tangerine #FCB010

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.64%

 BLUE value IS 16 (6.64% from 255) = 3.6%

R = 56.76%
G = 39.64%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCB010 (or 0xFCB010) is known color: Dark Tangerine. HEX triplet: FC, B0 and 10. RGB value is (252,176,16). Sum of RGB (Red+Green+Blue) = 252+176+16=444 (58% of max value = 765). Red value is 252 (98.83% from 255 or 56.76% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 16 (6.64% from 255 or 3.60% from 444); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCB010 is #034FEF. Grayscale: #B5B5B5. Windows color (decimal): -217072 or 1093884. OLE color: 1093884.

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

Color convert

RGB 252 176 16 -
CMYK 0 0.30 0.94 0.01
HSL 40.68º 0.98% 0.53% -
HSV(B) 40.68º 0.94% 0.99% -
XYZ 55.76 51.78 7.55 -
YUV 180.48 35.18 179.01 -
System Red Green Blue C M Y K H S L
Decimal 252 176 16 0 0.30 0.94 0.01 40.68 0.98 0.53
Hex FC B0 10 0 1E 5E 1 29 62 35
Octal 374 260 20 0 36 136 1 51 142 65
Binary 11111100 10110000 10000 0 11110 1011110 1 101001 1100010 110101

Color Harmonies of #FCB010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB010

Black with #FCB010

Text Example


Text Example

White with #FCB010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB010; }

 p { color: rgb(252,176,16); }

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

background-color css

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

 a { background-color: rgb(252,176,16); }

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

border-color css

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

 span { border-color: rgb(252,176,16); }

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