Html Css Color HEX #F0CC0E Moon Yellow

📋 copy color: '#F0CC0E'

red 240 ◦ green 204 ◦ blue 14

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

Shades of Moon Yellow #F0CC0E

Tints of Moon Yellow #F0CC0E

RGB

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

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

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

R = 52.4%
G = 44.54%
B = 3.06%

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

#F0CC0E (or 0xF0CC0E) is known color: Moon Yellow. HEX triplet: F0, CC and 0E. RGB value is (240,204,14). Sum of RGB (Red+Green+Blue) = 240+204+14=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 204 (80.08% from 255 or 44.54% from 458); Blue value is 14 (5.86% from 255 or 3.06% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CC0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CC0E is #0F33F1. Grayscale: #C1C1C1. Windows color (decimal): -996338 or 969968. OLE color: 969968.

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

Color convert

RGB 240 204 14 -
CMYK 0 0.15 0.94 0.06
HSL 50.44º 0.89% 0.5% -
HSV(B) 50.44º 0.94% 0.94% -
XYZ 57.61 61.74 9.3 -
YUV 193.1 26.93 161.45 -
System Red Green Blue C M Y K H S L
Decimal 240 204 14 0 0.15 0.94 0.06 50.44 0.89 0.5
Hex F0 CC E 0 F 5E 6 32 59 32
Octal 360 314 16 0 17 136 6 62 131 62
Binary 11110000 11001100 1110 0 1111 1011110 110 110010 1011001 110010

Color Harmonies of #F0CC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CC0E

Black with #F0CC0E

Text Example


Text Example

White with #F0CC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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