#F1CC2B

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

Shades of Golden Dream #F1CC2B

Tints of Golden Dream #F1CC2B

Color information

#F1CC2B (or 0xF1CC2B) is unknown color: approx Golden Dream. HEX triplet: F1, CC and 2B. RGB value is (241,204,43). Sum of RGB (Red+Green+Blue) = 241+204+43=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 43 (17.19% from 255 or 8.81% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CC2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1CC2B is #0E33D4. Grayscale: #C5C5C5. Windows color (decimal): -930773 or 2870513. OLE color: 2870513.

HSL color Cylindrical-coordinate representation of color #F1CC2B: hue angle of 48.79º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F1CC2B is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.05.

Color convert

RGB24120443-
CMYK00.150.820.05
HSL48.79º87.61%55.69%-
HSV(B)48.79º82.16%94.51%-
XYZ58.362.0611.19-
YUV196.7141.26159.59-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.39%
GREEN value IS 204 (80.08% from 255) = 41.80%
BLUE value IS 43 (17.19% from 255) = 8.81%
R=49.39%
G=41.80%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.82
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412044300.150.820.0548.7987.6155.69
HexF1CC2B0F525315838
Octal3613145301712256113070
Binary11110001110011001010110111110100101011100011011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CC2B; }

 p { color: rgb(241,204,43); }

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

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

 a { background-color: rgb(241,204,43); }

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

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

 span { border-color: rgb(241,204,43); }

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