#F1CF30

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

Shades of Golden Dream #F1CF30

Tints of Golden Dream #F1CF30

Color information

#F1CF30 (or 0xF1CF30) is unknown color: approx Golden Dream. HEX triplet: F1, CF and 30. RGB value is (241,207,48). Sum of RGB (Red+Green+Blue) = 241+207+48=496 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.59% from 496); Green value is 207 (81.25% from 255 or 41.73% from 496); Blue value is 48 (19.14% from 255 or 9.68% from 496); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CF30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CF30 is #0E30CF. Grayscale: #C7C7C7. Windows color (decimal): -930000 or 3198961. OLE color: 3198961.

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

Color convert

RGB24120748-
CMYK00.140.800.05
HSL49.43º87.33%56.67%-
HSV(B)49.43º80.08%94.51%-
XYZ59.1263.5411.94-
YUV199.0442.76157.93-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.59%
GREEN value IS 207 (81.25% from 255) = 41.73%
BLUE value IS 48 (19.14% from 255) = 9.68%
R=48.59%
G=41.73%
B=9.68%

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
Decimal2412074800.140.800.0549.4387.3356.67
HexF1CF300E505315739
Octal3613176001612056112771
Binary11110001110011111100000111010100001011100011010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CF30; }

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

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

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

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

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

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

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

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