Html Css Color HEX #F0C20E Moon Yellow

📋 copy color: '#F0C20E'

red 240 ◦ green 194 ◦ blue 14

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

Shades of Moon Yellow #F0C20E

Tints of Moon Yellow #F0C20E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.3%

 BLUE value IS 14 (5.86% from 255) = 3.13%

R = 53.57%
G = 43.3%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0C20E (or 0xF0C20E) is known color: Moon Yellow. HEX triplet: F0, C2 and 0E. RGB value is (240,194,14). Sum of RGB (Red+Green+Blue) = 240+194+14=448 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.57% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 14 (5.86% from 255 or 3.12% from 448); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C20E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C20E is #0F3DF1. Grayscale: #BBBBBB. Windows color (decimal): -998898 or 967408. OLE color: 967408.

HSL color Cylindrical-coordinate representation of color #F0C20E: hue angle of 47.79º degrees, saturation: 0.89, 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 #F0C20E is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 194 14 -
CMYK 0 0.19 0.94 0.06
HSL 47.79º 0.89% 0.5% -
HSV(B) 47.79º 0.94% 0.94% -
XYZ 55.31 57.14 8.53 -
YUV 187.23 30.24 165.64 -
System Red Green Blue C M Y K H S L
Decimal 240 194 14 0 0.19 0.94 0.06 47.79 0.89 0.5
Hex F0 C2 E 0 13 5E 6 30 59 32
Octal 360 302 16 0 23 136 6 60 131 62
Binary 11110000 11000010 1110 0 10011 1011110 110 110000 1011001 110010

Color Harmonies of #F0C20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C20E

Black with #F0C20E

Text Example


Text Example

White with #F0C20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C20E; }

 p { color: rgb(240,194,14); }

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

background-color css

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

 a { background-color: rgb(240,194,14); }

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

border-color css

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

 span { border-color: rgb(240,194,14); }

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