Html Css Color HEX #FCB510 Dark Tangerine

📋 copy color: '#FCB510'

red 252 ◦ green 181 ◦ blue 16

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

Shades of Dark Tangerine #FCB510

Tints of Dark Tangerine #FCB510

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.31%

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

R = 56.12%
G = 40.31%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FCB510 (or 0xFCB510) is known color: Dark Tangerine. HEX triplet: FC, B5 and 10. RGB value is (252,181,16). Sum of RGB (Red+Green+Blue) = 252+181+16=449 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.12% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 16 (6.64% from 255 or 3.56% from 449); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB510 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB510 is #034AEF. Grayscale: #B8B8B8. Windows color (decimal): -215792 or 1095164. OLE color: 1095164.

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

Color convert

RGB 252 181 16 -
CMYK 0 0.28 0.94 0.01
HSL 41.95º 0.98% 0.53% -
HSV(B) 41.95º 0.94% 0.99% -
XYZ 56.76 53.78 7.88 -
YUV 183.42 33.52 176.92 -
System Red Green Blue C M Y K H S L
Decimal 252 181 16 0 0.28 0.94 0.01 41.95 0.98 0.53
Hex FC B5 10 0 1C 5E 1 2A 62 35
Octal 374 265 20 0 34 136 1 52 142 65
Binary 11111100 10110101 10000 0 11100 1011110 1 101010 1100010 110101

Color Harmonies of #FCB510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB510

Black with #FCB510

Text Example


Text Example

White with #FCB510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB510; }

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

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

background-color css

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

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

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

border-color css

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

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

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