Html Css Color HEX #F0CE0F Moon Yellow

📋 copy color: '#F0CE0F'

red 240 ◦ green 206 ◦ blue 15

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

Shades of Moon Yellow #F0CE0F

Tints of Moon Yellow #F0CE0F

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.69%

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

R = 52.06%
G = 44.69%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0CE0F (or 0xF0CE0F) is known color: Moon Yellow. HEX triplet: F0, CE and 0F. RGB value is (240,206,15). Sum of RGB (Red+Green+Blue) = 240+206+15=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 206 (80.86% from 255 or 44.69% from 461); Blue value is 15 (6.25% from 255 or 3.25% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CE0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CE0F is #0F31F0. Grayscale: #C3C3C3. Windows color (decimal): -995825 or 1036016. OLE color: 1036016.

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

Color convert

RGB 240 206 15 -
CMYK 0 0.14 0.94 0.06
HSL 50.93º 0.88% 0.5% -
HSV(B) 50.93º 0.94% 0.94% -
XYZ 58.09 62.7 9.49 -
YUV 194.39 26.76 160.53 -
System Red Green Blue C M Y K H S L
Decimal 240 206 15 0 0.14 0.94 0.06 50.93 0.88 0.5
Hex F0 CE F 0 E 5E 6 33 58 32
Octal 360 316 17 0 16 136 6 63 130 62
Binary 11110000 11001110 1111 0 1110 1011110 110 110011 1011000 110010

Color Harmonies of #F0CE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CE0F

Black with #F0CE0F

Text Example


Text Example

White with #F0CE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CE0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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