Html Css Color HEX #F0BE1A Moon Yellow

📋 copy color: '#F0BE1A'

red 240 ◦ green 190 ◦ blue 26

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

Shades of Moon Yellow #F0BE1A

Tints of Moon Yellow #F0BE1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.7%

R = 52.63%
G = 41.67%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0BE1A (or 0xF0BE1A) is known color: Moon Yellow. HEX triplet: F0, BE and 1A. RGB value is (240,190,26). Sum of RGB (Red+Green+Blue) = 240+190+26=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 26 (10.55% from 255 or 5.70% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BE1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BE1A is #0F41E5. Grayscale: #BABABA. Windows color (decimal): -999910 or 1752816. OLE color: 1752816.

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

Color convert

RGB 240 190 26 -
CMYK 0 0.21 0.89 0.06
HSL 45.98º 0.88% 0.52% -
HSV(B) 45.98º 0.89% 0.94% -
XYZ 54.54 55.43 8.8 -
YUV 186.25 37.57 166.34 -
System Red Green Blue C M Y K H S L
Decimal 240 190 26 0 0.21 0.89 0.06 45.98 0.88 0.52
Hex F0 BE 1A 0 15 59 6 2E 58 34
Octal 360 276 32 0 25 131 6 56 130 64
Binary 11110000 10111110 11010 0 10101 1011001 110 101110 1011000 110100

Color Harmonies of #F0BE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BE1A

Black with #F0BE1A

Text Example


Text Example

White with #F0BE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BE1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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