Html Css Color HEX #FCB520 Dark Tangerine

📋 copy color: '#FCB520'

red 252 ◦ green 181 ◦ blue 32

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

Shades of Dark Tangerine #FCB520

Tints of Dark Tangerine #FCB520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.88%

R = 54.19%
G = 38.92%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCB520 (or 0xFCB520) is known color: Dark Tangerine. HEX triplet: FC, B5 and 20. RGB value is (252,181,32). Sum of RGB (Red+Green+Blue) = 252+181+32=465 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.19% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 32 (12.89% from 255 or 6.88% from 465); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB520 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB520 is #034ADF. Grayscale: #B9B9B9. Windows color (decimal): -215776 or 2143740. OLE color: 2143740.

HSL color Cylindrical-coordinate representation of color #FCB520: hue angle of 40.64º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FCB520 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 181 32 -
CMYK 0 0.28 0.87 0.01
HSL 40.64º 0.97% 0.56% -
HSV(B) 40.64º 0.87% 0.99% -
XYZ 56.93 53.85 8.76 -
YUV 185.24 41.52 175.62 -
System Red Green Blue C M Y K H S L
Decimal 252 181 32 0 0.28 0.87 0.01 40.64 0.97 0.56
Hex FC B5 20 0 1C 57 1 29 61 38
Octal 374 265 40 0 34 127 1 51 141 70
Binary 11111100 10110101 100000 0 11100 1010111 1 101001 1100001 111000

Color Harmonies of #FCB520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB520

Black with #FCB520

Text Example


Text Example

White with #FCB520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB520; }

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

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

background-color css

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

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

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

border-color css

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

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

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