Html Css Color HEX #F0B516 Moon Yellow

📋 copy color: '#F0B516'

red 240 ◦ green 181 ◦ blue 22

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

Shades of Moon Yellow #F0B516

Tints of Moon Yellow #F0B516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.97%

R = 54.18%
G = 40.86%
B = 4.97%

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

#F0B516 (or 0xF0B516) is known color: Moon Yellow. HEX triplet: F0, B5 and 16. RGB value is (240,181,22). Sum of RGB (Red+Green+Blue) = 240+181+22=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 181 (71.09% from 255 or 40.86% from 443); Blue value is 22 (8.98% from 255 or 4.97% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B516 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B516 is #0F4AE9. Grayscale: #B5B5B5. Windows color (decimal): -1002218 or 1488368. OLE color: 1488368.

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

Color convert

RGB 240 181 22 -
CMYK 0 0.25 0.91 0.06
HSL 43.76º 0.88% 0.51% -
HSV(B) 43.76º 0.91% 0.94% -
XYZ 52.6 51.63 7.95 -
YUV 180.52 38.55 170.43 -
System Red Green Blue C M Y K H S L
Decimal 240 181 22 0 0.25 0.91 0.06 43.76 0.88 0.51
Hex F0 B5 16 0 19 5B 6 2C 58 33
Octal 360 265 26 0 31 133 6 54 130 63
Binary 11110000 10110101 10110 0 11001 1011011 110 101100 1011000 110011

Color Harmonies of #F0B516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B516

Black with #F0B516

Text Example


Text Example

White with #F0B516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B516; }

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

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

background-color css

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

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

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

border-color css

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

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

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