Html Css Color HEX #F0CF0F Moon Yellow

📋 copy color: '#F0CF0F'

red 240 ◦ green 207 ◦ blue 15

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

Shades of Moon Yellow #F0CF0F

Tints of Moon Yellow #F0CF0F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.81%

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

R = 51.95%
G = 44.81%
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

#F0CF0F (or 0xF0CF0F) is known color: Moon Yellow. HEX triplet: F0, CF and 0F. RGB value is (240,207,15). Sum of RGB (Red+Green+Blue) = 240+207+15=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 15 (6.25% from 255 or 3.25% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CF0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F0CF0F is #0F30F0. Grayscale: #C3C3C3. Windows color (decimal): -995569 or 1036272. OLE color: 1036272.

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

Color convert

RGB 240 207 15 -
CMYK 0 0.14 0.94 0.06
HSL 51.2º 0.88% 0.5% -
HSV(B) 51.2º 0.94% 0.94% -
XYZ 58.33 63.19 9.57 -
YUV 194.98 26.43 160.11 -
System Red Green Blue C M Y K H S L
Decimal 240 207 15 0 0.14 0.94 0.06 51.2 0.88 0.5
Hex F0 CF F 0 E 5E 6 33 58 32
Octal 360 317 17 0 16 136 6 63 130 62
Binary 11110000 11001111 1111 0 1110 1011110 110 110011 1011000 110010

Color Harmonies of #F0CF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0CF0F

Black with #F0CF0F

Text Example


Text Example

White with #F0CF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0CF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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