#F8BC20

Color #F8BC20 Moon Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Yellow #F8BC20

Tints of Moon Yellow #F8BC20

Color information

#F8BC20 (or 0xF8BC20) is unknown color: approx Moon Yellow. HEX triplet: F8, BC and 20. RGB value is (248,188,32). Sum of RGB (Red+Green+Blue) = 248+188+32=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 32 (12.89% from 255 or 6.84% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BC20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8BC20 is #0743DF. Grayscale: #BCBCBC. Windows color (decimal): -476128 or 2145528. OLE color: 2145528.

HSL color Cylindrical-coordinate representation of color #F8BC20: hue angle of 43.33º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F8BC20 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB24818832-
CMYK00.240.870.03
HSL43.33º93.91%54.9%-
HSV(B)43.33º87.1%97.25%-
XYZ56.9656.039.18-
YUV188.1639.88170.68-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.99%
GREEN value IS 188 (73.83% from 255) = 40.17%
BLUE value IS 32 (12.89% from 255) = 6.84%
R=52.99%
G=40.17%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.87
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481883200.240.870.0343.3393.9154.9
HexF8BC200185732b5e37
Octal3702744003012735313667
Binary11111000101111001000000110001010111111010111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BC20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BC20; }

 p { color: rgb(248,188,32); }

 H1.HeaderClassName
 {
   color: #F8BC20;
 }
 .AnyTagClassName
 {
   color: #F8BC20;
 }
</style>
background-color css

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

 a { background-color: rgb(248,188,32); }

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

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

 span { border-color: rgb(248,188,32); }

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