#F3CA2A

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

Shades of Golden Dream #F3CA2A

Tints of Golden Dream #F3CA2A

Color information

#F3CA2A (or 0xF3CA2A) is unknown color: approx Golden Dream. HEX triplet: F3, CA and 2A. RGB value is (243,202,42). Sum of RGB (Red+Green+Blue) = 243+202+42=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 202 (79.30% from 255 or 41.48% from 487); Blue value is 42 (16.80% from 255 or 8.62% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CA2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CA2A is #0C35D5. Grayscale: #C4C4C4. Windows color (decimal): -800214 or 2804467. OLE color: 2804467.

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

Color convert

RGB24320242-
CMYK00.170.830.05
HSL47.76º89.33%55.88%-
HSV(B)47.76º82.72%95.29%-
XYZ58.561.4610.97-
YUV196.0241.08161.51-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.90%
GREEN value IS 202 (79.30% from 255) = 41.48%
BLUE value IS 42 (16.80% from 255) = 8.62%
R=49.90%
G=41.48%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432024200.170.830.0547.7689.3355.88
HexF3CA2A011535305938
Octal3633125202112356013170
Binary111100111100101010101001000110100111011100001011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3CA2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3CA2A; }

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

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

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

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

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

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

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

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