Html Css Color HEX #F0BE1F Moon Yellow

📋 copy color: '#F0BE1F'

red 240 ◦ green 190 ◦ blue 31

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

Shades of Moon Yellow #F0BE1F

Tints of Moon Yellow #F0BE1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.72%

R = 52.06%
G = 41.21%
B = 6.72%

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

#F0BE1F (or 0xF0BE1F) is known color: Moon Yellow. HEX triplet: F0, BE and 1F. RGB value is (240,190,31). Sum of RGB (Red+Green+Blue) = 240+190+31=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 31 (12.5% from 255 or 6.72% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BE1F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BE1F is #0F41E0. Grayscale: #BBBBBB. Windows color (decimal): -999905 or 2080496. OLE color: 2080496.

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

Color convert

RGB 240 190 31 -
CMYK 0 0.21 0.87 0.06
HSL 45.65º 0.87% 0.53% -
HSV(B) 45.65º 0.87% 0.94% -
XYZ 54.6 55.45 9.12 -
YUV 186.82 40.07 165.93 -
System Red Green Blue C M Y K H S L
Decimal 240 190 31 0 0.21 0.87 0.06 45.65 0.87 0.53
Hex F0 BE 1F 0 15 57 6 2E 57 35
Octal 360 276 37 0 25 127 6 56 127 65
Binary 11110000 10111110 11111 0 10101 1010111 110 101110 1010111 110101

Color Harmonies of #F0BE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BE1F

Black with #F0BE1F

Text Example


Text Example

White with #F0BE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BE1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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