Html Css Color HEX #F0C013 Moon Yellow

📋 copy color: '#F0C013'

red 240 ◦ green 192 ◦ blue 19

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

Shades of Moon Yellow #F0C013

Tints of Moon Yellow #F0C013

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.57%

 BLUE value IS 19 (7.81% from 255) = 4.21%

R = 53.22%
G = 42.57%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F0C013 (or 0xF0C013) is known color: Moon Yellow. HEX triplet: F0, C0 and 13. RGB value is (240,192,19). Sum of RGB (Red+Green+Blue) = 240+192+19=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 19 (7.81% from 255 or 4.21% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0C013 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0C013 is #0F3FEC. Grayscale: #BBBBBB. Windows color (decimal): -999405 or 1294576. OLE color: 1294576.

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

Color convert

RGB 240 192 19 -
CMYK 0 0.20 0.92 0.06
HSL 46.97º 0.88% 0.51% -
HSV(B) 46.97º 0.92% 0.94% -
XYZ 54.9 56.27 8.58 -
YUV 186.63 33.4 166.07 -
System Red Green Blue C M Y K H S L
Decimal 240 192 19 0 0.20 0.92 0.06 46.97 0.88 0.51
Hex F0 C0 13 0 14 5C 6 2F 58 33
Octal 360 300 23 0 24 134 6 57 130 63
Binary 11110000 11000000 10011 0 10100 1011100 110 101111 1011000 110011

Color Harmonies of #F0C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0C013

Black with #F0C013

Text Example


Text Example

White with #F0C013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0C013; }

 p { color: rgb(240,192,19); }

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

background-color css

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

 a { background-color: rgb(240,192,19); }

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

border-color css

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

 span { border-color: rgb(240,192,19); }

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