Html Css Color HEX #F0B916 Moon Yellow

📋 copy color: '#F0B916'

red 240 ◦ green 185 ◦ blue 22

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

Shades of Moon Yellow #F0B916

Tints of Moon Yellow #F0B916

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.39%

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

R = 53.69%
G = 41.39%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F0B916 (or 0xF0B916) is known color: Moon Yellow. HEX triplet: F0, B9 and 16. RGB value is (240,185,22). Sum of RGB (Red+Green+Blue) = 240+185+22=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 22 (8.98% from 255 or 4.92% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B916 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B916 is #0F46E9. Grayscale: #B7B7B7. Windows color (decimal): -1001194 or 1489392. OLE color: 1489392.

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

Color convert

RGB 240 185 22 -
CMYK 0 0.23 0.91 0.06
HSL 44.86º 0.88% 0.51% -
HSV(B) 44.86º 0.91% 0.94% -
XYZ 53.43 53.28 8.23 -
YUV 182.86 37.22 168.75 -
System Red Green Blue C M Y K H S L
Decimal 240 185 22 0 0.23 0.91 0.06 44.86 0.88 0.51
Hex F0 B9 16 0 17 5B 6 2D 58 33
Octal 360 271 26 0 27 133 6 55 130 63
Binary 11110000 10111001 10110 0 10111 1011011 110 101101 1011000 110011

Color Harmonies of #F0B916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B916

Black with #F0B916

Text Example


Text Example

White with #F0B916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B916; }

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

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

background-color css

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

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

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

border-color css

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

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

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