Html Css Color HEX #F0BD21 Moon Yellow

📋 copy color: '#F0BD21'

red 240 ◦ green 189 ◦ blue 33

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

Shades of Moon Yellow #F0BD21

Tints of Moon Yellow #F0BD21

RGB

 RED value IS 240 (94.14% from 255) = 51.95%

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

 BLUE value IS 33 (13.28% from 255) = 7.14%

R = 51.95%
G = 40.91%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#F0BD21 (or 0xF0BD21) is known color: Moon Yellow. HEX triplet: F0, BD and 21. RGB value is (240,189,33). Sum of RGB (Red+Green+Blue) = 240+189+33=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 33 (13.28% from 255 or 7.14% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BD21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BD21 is #0F42DE. Grayscale: #BBBBBB. Windows color (decimal): -1000159 or 2211312. OLE color: 2211312.

HSL color Cylindrical-coordinate representation of color #F0BD21: hue angle of 45.22º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F0BD21 is Cyan = 0, Magento = 0.21, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 189 33 -
CMYK 0 0.21 0.86 0.06
HSL 45.22º 0.87% 0.54% -
HSV(B) 45.22º 0.86% 0.94% -
XYZ 54.41 55.03 9.19 -
YUV 186.47 41.4 166.18 -
System Red Green Blue C M Y K H S L
Decimal 240 189 33 0 0.21 0.86 0.06 45.22 0.87 0.54
Hex F0 BD 21 0 15 56 6 2D 57 36
Octal 360 275 41 0 25 126 6 55 127 66
Binary 11110000 10111101 100001 0 10101 1010110 110 101101 1010111 110110

Color Harmonies of #F0BD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BD21

Black with #F0BD21

Text Example


Text Example

White with #F0BD21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BD21; }

 p { color: rgb(240,189,33); }

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

background-color css

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

 a { background-color: rgb(240,189,33); }

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

border-color css

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

 span { border-color: rgb(240,189,33); }

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