#F3D42A

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

Shades of Golden Dream #F3D42A

Tints of Golden Dream #F3D42A

Color information

#F3D42A (or 0xF3D42A) is unknown color: approx Golden Dream. HEX triplet: F3, D4 and 2A. RGB value is (243,212,42). Sum of RGB (Red+Green+Blue) = 243+212+42=497 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.89% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 42 (16.80% from 255 or 8.45% from 497); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D42A is #0C2BD5. Grayscale: #CACACA. Windows color (decimal): -797654 or 2807027. OLE color: 2807027.

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

Color convert

RGB24321242-
CMYK00.130.830.05
HSL50.75º89.33%55.88%-
HSV(B)50.75º82.72%95.29%-
XYZ60.9266.3111.78-
YUV201.8937.77157.32-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.89%
GREEN value IS 212 (83.20% from 255) = 42.66%
BLUE value IS 42 (16.80% from 255) = 8.45%
R=48.89%
G=42.66%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432124200.130.830.0550.7589.3355.88
HexF3D42A0D535335938
Octal3633245201512356313170
Binary11110011110101001010100110110100111011100111011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D42A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D42A; }

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

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

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

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

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

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

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

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