Html Css Color HEX #FCBD20 Moon Yellow

📋 copy color: '#FCBD20'

red 252 ◦ green 189 ◦ blue 32

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

Shades of Moon Yellow #FCBD20

Tints of Moon Yellow #FCBD20

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.96%

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

R = 53.28%
G = 39.96%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCBD20 (or 0xFCBD20) is known color: Moon Yellow. HEX triplet: FC, BD and 20. RGB value is (252,189,32). Sum of RGB (Red+Green+Blue) = 252+189+32=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 189 (74.22% from 255 or 39.96% from 473); Blue value is 32 (12.89% from 255 or 6.77% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBD20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBD20 is #0342DF. Grayscale: #BEBEBE. Windows color (decimal): -213728 or 2145788. OLE color: 2145788.

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

Color convert

RGB 252 189 32 -
CMYK 0 0.25 0.87 0.01
HSL 42.82º 0.97% 0.56% -
HSV(B) 42.82º 0.87% 0.99% -
XYZ 58.6 57.19 9.32 -
YUV 189.94 38.87 172.27 -
System Red Green Blue C M Y K H S L
Decimal 252 189 32 0 0.25 0.87 0.01 42.82 0.97 0.56
Hex FC BD 20 0 19 57 1 2B 61 38
Octal 374 275 40 0 31 127 1 53 141 70
Binary 11111100 10111101 100000 0 11001 1010111 1 101011 1100001 111000

Color Harmonies of #FCBD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBD20

Black with #FCBD20

Text Example


Text Example

White with #FCBD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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