Html Css Color HEX #F0BE20 Moon Yellow

📋 copy color: '#F0BE20'

red 240 ◦ green 190 ◦ blue 32

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

Shades of Moon Yellow #F0BE20

Tints of Moon Yellow #F0BE20

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.13%

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

R = 51.95%
G = 41.13%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0BE20 (or 0xF0BE20) is known color: Moon Yellow. HEX triplet: F0, BE and 20. RGB value is (240,190,32). Sum of RGB (Red+Green+Blue) = 240+190+32=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 32 (12.89% from 255 or 6.93% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BE20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BE20 is #0F41DF. Grayscale: #BBBBBB. Windows color (decimal): -999904 or 2146032. OLE color: 2146032.

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

Color convert

RGB 240 190 32 -
CMYK 0 0.21 0.87 0.06
HSL 45.58º 0.87% 0.53% -
HSV(B) 45.58º 0.87% 0.94% -
XYZ 54.61 55.46 9.19 -
YUV 186.94 40.57 165.85 -
System Red Green Blue C M Y K H S L
Decimal 240 190 32 0 0.21 0.87 0.06 45.58 0.87 0.53
Hex F0 BE 20 0 15 57 6 2E 57 35
Octal 360 276 40 0 25 127 6 56 127 65
Binary 11110000 10111110 100000 0 10101 1010111 110 101110 1010111 110101

Color Harmonies of #F0BE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BE20

Black with #F0BE20

Text Example


Text Example

White with #F0BE20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BE20; }

 p { color: rgb(240,190,32); }

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

background-color css

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

 a { background-color: rgb(240,190,32); }

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

border-color css

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

 span { border-color: rgb(240,190,32); }

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