Html Css Color HEX #F0C50F Moon Yellow

📋 copy color: '#F0C50F'

red 240 ◦ green 197 ◦ blue 15

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

Shades of Moon Yellow #F0C50F

Tints of Moon Yellow #F0C50F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.58%

 BLUE value IS 15 (6.25% from 255) = 3.32%

R = 53.1%
G = 43.58%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0C50F (or 0xF0C50F) is known color: Moon Yellow. HEX triplet: F0, C5 and 0F. RGB value is (240,197,15). Sum of RGB (Red+Green+Blue) = 240+197+15=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 15 (6.25% from 255 or 3.32% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C50F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C50F is #0F3AF0. Grayscale: #BDBDBD. Windows color (decimal): -998129 or 1033712. OLE color: 1033712.

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

Color convert

RGB 240 197 15 -
CMYK 0 0.18 0.94 0.06
HSL 48.53º 0.88% 0.5% -
HSV(B) 48.53º 0.94% 0.94% -
XYZ 55.99 58.49 8.79 -
YUV 189.11 29.75 164.3 -
System Red Green Blue C M Y K H S L
Decimal 240 197 15 0 0.18 0.94 0.06 48.53 0.88 0.5
Hex F0 C5 F 0 12 5E 6 31 58 32
Octal 360 305 17 0 22 136 6 61 130 62
Binary 11110000 11000101 1111 0 10010 1011110 110 110001 1011000 110010

Color Harmonies of #F0C50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C50F

Black with #F0C50F

Text Example


Text Example

White with #F0C50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C50F; }

 p { color: rgb(240,197,15); }

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

background-color css

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

 a { background-color: rgb(240,197,15); }

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

border-color css

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

 span { border-color: rgb(240,197,15); }

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