Html Css Color HEX #F0CC16 Moon Yellow

📋 copy color: '#F0CC16'

red 240 ◦ green 204 ◦ blue 22

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

Shades of Moon Yellow #F0CC16

Tints of Moon Yellow #F0CC16

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.78%

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

R = 51.5%
G = 43.78%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F0CC16 (or 0xF0CC16) is known color: Moon Yellow. HEX triplet: F0, CC and 16. RGB value is (240,204,22). Sum of RGB (Red+Green+Blue) = 240+204+22=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 22 (8.98% from 255 or 4.72% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CC16 is #0F33E9. Grayscale: #C2C2C2. Windows color (decimal): -996330 or 1494256. OLE color: 1494256.

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

Color convert

RGB 240 204 22 -
CMYK 0 0.15 0.91 0.06
HSL 50.09º 0.88% 0.51% -
HSV(B) 50.09º 0.91% 0.94% -
XYZ 57.67 61.77 9.64 -
YUV 194.02 30.93 160.8 -
System Red Green Blue C M Y K H S L
Decimal 240 204 22 0 0.15 0.91 0.06 50.09 0.88 0.51
Hex F0 CC 16 0 F 5B 6 32 58 33
Octal 360 314 26 0 17 133 6 62 130 63
Binary 11110000 11001100 10110 0 1111 1011011 110 110010 1011000 110011

Color Harmonies of #F0CC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CC16

Black with #F0CC16

Text Example


Text Example

White with #F0CC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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