#F5CB2A

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

Shades of Golden Dream #F5CB2A

Tints of Golden Dream #F5CB2A

Color information

#F5CB2A (or 0xF5CB2A) is unknown color: approx Golden Dream. HEX triplet: F5, CB and 2A. RGB value is (245,203,42). Sum of RGB (Red+Green+Blue) = 245+203+42=490 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 42 (16.80% from 255 or 8.57% from 490); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CB2A is #0A34D5. Grayscale: #C5C5C5. Windows color (decimal): -668886 or 2804725. OLE color: 2804725.

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

Color convert

RGB24520342-
CMYK00.170.830.04
HSL47.59º91.03%56.27%-
HSV(B)47.59º82.86%96.08%-
XYZ59.4362.2911.08-
YUV197.240.41162.09-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 50%
GREEN value IS 203 (79.69% from 255) = 41.43%
BLUE value IS 42 (16.80% from 255) = 8.57%
R=50%
G=41.43%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452034200.170.830.0447.5991.0356.27
HexF5CB2A011534305b38
Octal3653135202112346013370
Binary111101011100101110101001000110100111001100001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5CB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5CB2A; }

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

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

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

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

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

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

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

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