#F3D234

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

Shades of Golden Dream #F3D234

Tints of Golden Dream #F3D234

Color information

#F3D234 (or 0xF3D234) is unknown color: approx Golden Dream. HEX triplet: F3, D2 and 34. RGB value is (243,210,52). Sum of RGB (Red+Green+Blue) = 243+210+52=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 52 (20.70% from 255 or 10.30% from 505); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D234 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D234 is #0C2DCB. Grayscale: #CACACA. Windows color (decimal): -798156 or 3461875. OLE color: 3461875.

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

Color convert

RGB24321052-
CMYK00.140.790.05
HSL49.63º88.84%57.84%-
HSV(B)49.63º78.6%95.29%-
XYZ60.6365.412.68-
YUV201.8643.43157.35-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.12%
GREEN value IS 210 (82.42% from 255) = 41.58%
BLUE value IS 52 (20.70% from 255) = 10.30%
R=48.12%
G=41.58%
B=10.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.79
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432105200.140.790.0549.6388.8457.84
HexF3D2340E4F532593a
Octal3633226401611756213172
Binary11110011110100101101000111010011111011100101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D234; }

 p { color: rgb(243,210,52); }

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

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

 a { background-color: rgb(243,210,52); }

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

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

 span { border-color: rgb(243,210,52); }

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