Html Css Color HEX #F0B515 Moon Yellow

📋 copy color: '#F0B515'

red 240 ◦ green 181 ◦ blue 21

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

Shades of Moon Yellow #F0B515

Tints of Moon Yellow #F0B515

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.95%

 BLUE value IS 21 (8.59% from 255) = 4.75%

R = 54.3%
G = 40.95%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F0B515 (or 0xF0B515) is known color: Moon Yellow. HEX triplet: F0, B5 and 15. RGB value is (240,181,21). Sum of RGB (Red+Green+Blue) = 240+181+21=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 181 (71.09% from 255 or 40.95% from 442); Blue value is 21 (8.59% from 255 or 4.75% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B515 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B515 is #0F4AEA. Grayscale: #B5B5B5. Windows color (decimal): -1002219 or 1422832. OLE color: 1422832.

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

Color convert

RGB 240 181 21 -
CMYK 0 0.25 0.91 0.06
HSL 43.84º 0.88% 0.51% -
HSV(B) 43.84º 0.91% 0.94% -
XYZ 52.59 51.63 7.9 -
YUV 180.4 38.05 170.51 -
System Red Green Blue C M Y K H S L
Decimal 240 181 21 0 0.25 0.91 0.06 43.84 0.88 0.51
Hex F0 B5 15 0 19 5B 6 2C 58 33
Octal 360 265 25 0 31 133 6 54 130 63
Binary 11110000 10110101 10101 0 11001 1011011 110 101100 1011000 110011

Color Harmonies of #F0B515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B515

Black with #F0B515

Text Example


Text Example

White with #F0B515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B515; }

 p { color: rgb(240,181,21); }

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

background-color css

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

 a { background-color: rgb(240,181,21); }

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

border-color css

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

 span { border-color: rgb(240,181,21); }

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