Html Css Color HEX #F0B514 Moon Yellow

📋 copy color: '#F0B514'

red 240 ◦ green 181 ◦ blue 20

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

Shades of Moon Yellow #F0B514

Tints of Moon Yellow #F0B514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.54%

R = 54.42%
G = 41.04%
B = 4.54%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F0B514 (or 0xF0B514) is known color: Moon Yellow. HEX triplet: F0, B5 and 14. RGB value is (240,181,20). Sum of RGB (Red+Green+Blue) = 240+181+20=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B514 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0B514 is #0F4AEB. Grayscale: #B4B4B4. Windows color (decimal): -1002220 or 1357296. OLE color: 1357296.

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

Color convert

RGB 240 181 20 -
CMYK 0 0.25 0.92 0.06
HSL 43.91º 0.88% 0.51% -
HSV(B) 43.91º 0.92% 0.94% -
XYZ 52.59 51.62 7.85 -
YUV 180.29 37.55 170.59 -
System Red Green Blue C M Y K H S L
Decimal 240 181 20 0 0.25 0.92 0.06 43.91 0.88 0.51
Hex F0 B5 14 0 19 5C 6 2C 58 33
Octal 360 265 24 0 31 134 6 54 130 63
Binary 11110000 10110101 10100 0 11001 1011100 110 101100 1011000 110011

Color Harmonies of #F0B514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B514

Black with #F0B514

Text Example


Text Example

White with #F0B514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B514; }

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

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

background-color css

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

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

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

border-color css

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

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

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