Html Css Color HEX #FCBA20 Moon Yellow

📋 copy color: '#FCBA20'

red 252 ◦ green 186 ◦ blue 32

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

Shades of Moon Yellow #FCBA20

Tints of Moon Yellow #FCBA20

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.57%

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

R = 53.62%
G = 39.57%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FCBA20 (or 0xFCBA20) is known color: Moon Yellow. HEX triplet: FC, BA and 20. RGB value is (252,186,32). Sum of RGB (Red+Green+Blue) = 252+186+32=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 32 (12.89% from 255 or 6.81% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCBA20 is #0345DF. Grayscale: #BCBCBC. Windows color (decimal): -214496 or 2145020. OLE color: 2145020.

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

Color convert

RGB 252 186 32 -
CMYK 0 0.26 0.87 0.01
HSL 42º 0.97% 0.56% -
HSV(B) 42º 0.87% 0.99% -
XYZ 57.96 55.92 9.1 -
YUV 188.18 39.87 173.52 -
System Red Green Blue C M Y K H S L
Decimal 252 186 32 0 0.26 0.87 0.01 42 0.97 0.56
Hex FC BA 20 0 1A 57 1 2A 61 38
Octal 374 272 40 0 32 127 1 52 141 70
Binary 11111100 10111010 100000 0 11010 1010111 1 101010 1100001 111000

Color Harmonies of #FCBA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBA20

Black with #FCBA20

Text Example


Text Example

White with #FCBA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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