Html Css Color HEX #FCB210 Dark Tangerine

📋 copy color: '#FCB210'

red 252 ◦ green 178 ◦ blue 16

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

Shades of Dark Tangerine #FCB210

Tints of Dark Tangerine #FCB210

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.91%

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

R = 56.5%
G = 39.91%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCB210 (or 0xFCB210) is known color: Dark Tangerine. HEX triplet: FC, B2 and 10. RGB value is (252,178,16). Sum of RGB (Red+Green+Blue) = 252+178+16=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 16 (6.64% from 255 or 3.59% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB210 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FCB210 is #034DEF. Grayscale: #B6B6B6. Windows color (decimal): -216560 or 1094396. OLE color: 1094396.

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

Color convert

RGB 252 178 16 -
CMYK 0 0.29 0.94 0.01
HSL 41.19º 0.98% 0.53% -
HSV(B) 41.19º 0.94% 0.99% -
XYZ 56.16 52.57 7.68 -
YUV 181.66 34.52 178.17 -
System Red Green Blue C M Y K H S L
Decimal 252 178 16 0 0.29 0.94 0.01 41.19 0.98 0.53
Hex FC B2 10 0 1D 5E 1 29 62 35
Octal 374 262 20 0 35 136 1 51 142 65
Binary 11111100 10110010 10000 0 11101 1011110 1 101001 1100010 110101

Color Harmonies of #FCB210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB210

Black with #FCB210

Text Example


Text Example

White with #FCB210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB210; }

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

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

background-color css

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

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

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

border-color css

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

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

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