#F1CF0F

Color #F1CF0F Moon Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Yellow #F1CF0F

Tints of Moon Yellow #F1CF0F

Color information

#F1CF0F (or 0xF1CF0F) is unknown color: approx Moon Yellow. HEX triplet: F1, CF and 0F. RGB value is (241,207,15). Sum of RGB (Red+Green+Blue) = 241+207+15=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 207 (81.25% from 255 or 44.71% from 463); Blue value is 15 (6.25% from 255 or 3.24% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CF0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F1CF0F is #0E30F0. Grayscale: #C4C4C4. Windows color (decimal): -930033 or 1036273. OLE color: 1036273.

HSL color Cylindrical-coordinate representation of color #F1CF0F: hue angle of 50.97º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F1CF0F is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB24120715-
CMYK00.140.940.05
HSL50.97º88.98%50.2%-
HSV(B)50.97º93.78%94.51%-
XYZ58.6763.369.59-
YUV195.2826.26160.61-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 52.05%
GREEN value IS 207 (81.25% from 255) = 44.71%
BLUE value IS 15 (6.25% from 255) = 3.24%
R=52.05%
G=44.71%
B=3.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412071500.140.940.0550.9788.9850.2
HexF1CFF0E5E5335932
Octal3613171701613656313162
Binary111100011100111111110111010111101011100111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CF0F; }

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

 H1.HeaderClassName
 {
   color: #F1CF0F;
 }
 .AnyTagClassName
 {
   color: #F1CF0F;
 }
</style>
background-color css

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

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

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

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

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

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