#F3D530

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

Shades of Golden Dream #F3D530

Tints of Golden Dream #F3D530

Color information

#F3D530 (or 0xF3D530) is unknown color: approx Golden Dream. HEX triplet: F3, D5 and 30. RGB value is (243,213,48). Sum of RGB (Red+Green+Blue) = 243+213+48=504 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.21% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 48 (19.14% from 255 or 9.52% from 504); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D530 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D530 is #0C2ACF. Grayscale: #CBCBCB. Windows color (decimal): -797392 or 3200499. OLE color: 3200499.

HSL color Cylindrical-coordinate representation of color #F3D530: hue angle of 50.77º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F3D530 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB24321348-
CMYK00.120.800.05
HSL50.77º89.04%57.06%-
HSV(B)50.77º80.25%95.29%-
XYZ61.2966.8612.47-
YUV203.1640.44156.42-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.21%
GREEN value IS 213 (83.59% from 255) = 42.26%
BLUE value IS 48 (19.14% from 255) = 9.52%
R=48.21%
G=42.26%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432134800.120.800.0550.7789.0457.06
HexF3D5300C505335939
Octal3633256001412056313171
Binary11110011110101011100000110010100001011100111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D530; }

 p { color: rgb(243,213,48); }

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

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

 a { background-color: rgb(243,213,48); }

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

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

 span { border-color: rgb(243,213,48); }

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