#F5CA2A

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

Shades of Golden Dream #F5CA2A

Tints of Golden Dream #F5CA2A

Color information

#F5CA2A (or 0xF5CA2A) is unknown color: approx Golden Dream. HEX triplet: F5, CA and 2A. RGB value is (245,202,42). Sum of RGB (Red+Green+Blue) = 245+202+42=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 42 (16.80% from 255 or 8.59% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CA2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CA2A is #0A35D5. Grayscale: #C5C5C5. Windows color (decimal): -669142 or 2804469. OLE color: 2804469.

HSL color Cylindrical-coordinate representation of color #F5CA2A: hue angle of 47.29º 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 #F5CA2A is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB24520242-
CMYK00.180.830.04
HSL47.29º91.03%56.27%-
HSV(B)47.29º82.86%96.08%-
XYZ59.1961.8211-
YUV196.6240.75162.51-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50.10%
GREEN value IS 202 (79.30% from 255) = 41.31%
BLUE value IS 42 (16.80% from 255) = 8.59%
R=50.10%
G=41.31%
B=8.59%

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
Decimal2452024200.180.830.0447.2991.0356.27
HexF5CA2A0125342f5b38
Octal3653125202212345713370
Binary111101011100101010101001001010100111001011111011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CA2A; }

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

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

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

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

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

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

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

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