Html Css Color HEX #F0CC14 Moon Yellow

📋 copy color: '#F0CC14'

red 240 ◦ green 204 ◦ blue 20

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

Shades of Moon Yellow #F0CC14

Tints of Moon Yellow #F0CC14

RGB

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

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

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

R = 51.72%
G = 43.97%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F0CC14 (or 0xF0CC14) is known color: Moon Yellow. HEX triplet: F0, CC and 14. RGB value is (240,204,20). Sum of RGB (Red+Green+Blue) = 240+204+20=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 20 (8.20% from 255 or 4.31% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CC14 is #0F33EB. Grayscale: #C2C2C2. Windows color (decimal): -996332 or 1363184. OLE color: 1363184.

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

Color convert

RGB 240 204 20 -
CMYK 0 0.15 0.92 0.06
HSL 50.18º 0.88% 0.51% -
HSV(B) 50.18º 0.92% 0.94% -
XYZ 57.65 61.76 9.54 -
YUV 193.79 29.93 160.96 -
System Red Green Blue C M Y K H S L
Decimal 240 204 20 0 0.15 0.92 0.06 50.18 0.88 0.51
Hex F0 CC 14 0 F 5C 6 32 58 33
Octal 360 314 24 0 17 134 6 62 130 63
Binary 11110000 11001100 10100 0 1111 1011100 110 110010 1011000 110011

Color Harmonies of #F0CC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CC14

Black with #F0CC14

Text Example


Text Example

White with #F0CC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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