Html Css Color HEX #F0CC0F Moon Yellow

📋 copy color: '#F0CC0F'

red 240 ◦ green 204 ◦ blue 15

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

Shades of Moon Yellow #F0CC0F

Tints of Moon Yellow #F0CC0F

RGB

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

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

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

R = 52.29%
G = 44.44%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0CC0F (or 0xF0CC0F) is known color: Moon Yellow. HEX triplet: F0, CC and 0F. RGB value is (240,204,15). Sum of RGB (Red+Green+Blue) = 240+204+15=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 15 (6.25% from 255 or 3.27% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CC0F is #0F33F0. Grayscale: #C2C2C2. Windows color (decimal): -996337 or 1035504. OLE color: 1035504.

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

Color convert

RGB 240 204 15 -
CMYK 0 0.15 0.94 0.06
HSL 50.4º 0.88% 0.5% -
HSV(B) 50.4º 0.94% 0.94% -
XYZ 57.61 61.75 9.33 -
YUV 193.22 27.43 161.37 -
System Red Green Blue C M Y K H S L
Decimal 240 204 15 0 0.15 0.94 0.06 50.4 0.88 0.5
Hex F0 CC F 0 F 5E 6 32 58 32
Octal 360 314 17 0 17 136 6 62 130 62
Binary 11110000 11001100 1111 0 1111 1011110 110 110010 1011000 110010

Color Harmonies of #F0CC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CC0F

Black with #F0CC0F

Text Example


Text Example

White with #F0CC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CC0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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