#F1CF31

Color #F1CF31 Golden Dream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Dream #F1CF31

Tints of Golden Dream #F1CF31

Color information

#F1CF31 (or 0xF1CF31) is unknown color: approx Golden Dream. HEX triplet: F1, CF and 31. RGB value is (241,207,49). Sum of RGB (Red+Green+Blue) = 241+207+49=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 49 (19.53% from 255 or 9.86% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CF31 is #0E30CE. Grayscale: #C7C7C7. Windows color (decimal): -929999 or 3264497. OLE color: 3264497.

HSL color Cylindrical-coordinate representation of color #F1CF31: hue angle of 49.38º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F1CF31 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB24120749-
CMYK00.140.800.05
HSL49.38º87.27%56.86%-
HSV(B)49.38º79.67%94.51%-
XYZ59.1463.5512.05-
YUV199.1543.26157.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.49%
GREEN value IS 207 (81.25% from 255) = 41.65%
BLUE value IS 49 (19.53% from 255) = 9.86%
R=48.49%
G=41.65%
B=9.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412074900.140.800.0549.3887.2756.86
HexF1CF310E505315739
Octal3613176101612056112771
Binary11110001110011111100010111010100001011100011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CF31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CF31; }

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

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

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

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

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

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

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

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