#F3D135

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

Shades of Golden Dream #F3D135

Tints of Golden Dream #F3D135

Color information

#F3D135 (or 0xF3D135) is unknown color: approx Golden Dream. HEX triplet: F3, D1 and 35. RGB value is (243,209,53). Sum of RGB (Red+Green+Blue) = 243+209+53=505 (66% of max value = 765). Red value is 243 (95.31% from 255 or 48.12% from 505); Green value is 209 (82.03% from 255 or 41.39% from 505); Blue value is 53 (21.09% from 255 or 10.50% from 505); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D135 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D135 is #0C2ECA. Grayscale: #CACACA. Windows color (decimal): -798411 or 3527155. OLE color: 3527155.

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

Color convert

RGB24320953-
CMYK00.140.780.05
HSL49.26º88.79%58.04%-
HSV(B)49.26º78.19%95.29%-
XYZ60.4164.9112.71-
YUV201.3844.26157.68-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.12%
GREEN value IS 209 (82.03% from 255) = 41.39%
BLUE value IS 53 (21.09% from 255) = 10.50%
R=48.12%
G=41.39%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432095300.140.780.0549.2688.7958.04
HexF3D1350E4E531593a
Octal3633216501611656113172
Binary11110011110100011101010111010011101011100011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D135; }

 p { color: rgb(243,209,53); }

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

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

 a { background-color: rgb(243,209,53); }

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

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

 span { border-color: rgb(243,209,53); }

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