#F5C92A

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

Shades of Golden Dream #F5C92A

Tints of Golden Dream #F5C92A

Color information

#F5C92A (or 0xF5C92A) is unknown color: approx Golden Dream. HEX triplet: F5, C9 and 2A. RGB value is (245,201,42). Sum of RGB (Red+Green+Blue) = 245+201+42=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 42 (16.80% from 255 or 8.61% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C92A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C92A is #0A36D5. Grayscale: #C4C4C4. Windows color (decimal): -669398 or 2804213. OLE color: 2804213.

HSL color Cylindrical-coordinate representation of color #F5C92A: hue angle of 47º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F5C92A is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB24520142-
CMYK00.180.830.04
HSL47º91.03%56.27%-
HSV(B)47º82.86%96.08%-
XYZ58.9661.3510.93-
YUV196.0341.08162.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.20%
GREEN value IS 201 (78.91% from 255) = 41.19%
BLUE value IS 42 (16.80% from 255) = 8.61%
R=50.20%
G=41.19%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.83
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452014200.180.830.044791.0356.27
HexF5C92A0125342f5b38
Octal3653115202212345713370
Binary111101011100100110101001001010100111001011111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5C92A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5C92A; }

 p { color: rgb(245,201,42); }

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

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

 a { background-color: rgb(245,201,42); }

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

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

 span { border-color: rgb(245,201,42); }

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