Html Css Color HEX #FCB720 Moon Yellow

📋 copy color: '#FCB720'

red 252 ◦ green 183 ◦ blue 32

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

Shades of Moon Yellow #FCB720

Tints of Moon Yellow #FCB720

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.19%

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

R = 53.96%
G = 39.19%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCB720 (or 0xFCB720) is known color: Moon Yellow. HEX triplet: FC, B7 and 20. RGB value is (252,183,32). Sum of RGB (Red+Green+Blue) = 252+183+32=467 (61% of max value = 765). Red value is 252 (98.83% from 255 or 53.96% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 32 (12.89% from 255 or 6.85% from 467); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB720 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCB720 is #0348DF. Grayscale: #BBBBBB. Windows color (decimal): -215264 or 2144252. OLE color: 2144252.

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

Color convert

RGB 252 183 32 -
CMYK 0 0.27 0.87 0.01
HSL 41.18º 0.97% 0.56% -
HSV(B) 41.18º 0.87% 0.99% -
XYZ 57.34 54.67 8.9 -
YUV 186.42 40.86 174.78 -
System Red Green Blue C M Y K H S L
Decimal 252 183 32 0 0.27 0.87 0.01 41.18 0.97 0.56
Hex FC B7 20 0 1B 57 1 29 61 38
Octal 374 267 40 0 33 127 1 51 141 70
Binary 11111100 10110111 100000 0 11011 1010111 1 101001 1100001 111000

Color Harmonies of #FCB720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB720

Black with #FCB720

Text Example


Text Example

White with #FCB720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB720; }

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

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

background-color css

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

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

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

border-color css

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

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

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