#f3d631

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

Shades of Golden Dream #F3D631

Tints of Golden Dream #F3D631

Color information

#F3D631 (or 0xF3D631) is unknown color: approx Golden Dream. HEX triplet: F3, D6 and 31. RGB value is (243,214,49). Sum of RGB (Red+Green+Blue) = 243+214+49=506 (67% of max value = 765). Red value is 243 (95.31% from 255 or 48.02% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 49 (19.53% from 255 or 9.68% from 506); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D631 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3D631 is #0C29CE. Grayscale: #CCCCCC. Windows color (decimal): -797135 or 3266291. OLE color: 3266291.

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

Color convert

RGB24321449-
CMYK00.120.800.05
HSL51.03º88.99%57.25%-
HSV(B)51.03º79.84%95.29%-
XYZ61.5667.3712.66-
YUV203.8640.61155.92-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 48.02%
GREEN value IS 214 (83.98% from 255) = 42.29%
BLUE value IS 49 (19.53% from 255) = 9.68%
R=48.02%
G=42.29%
B=9.68%

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
Decimal2432144900.120.800.0551.0388.9957.25
HexF3D6310C505335939
Octal3633266101412056313171
Binary11110011110101101100010110010100001011100111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f3d631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f3d631; }

 p { color: rgb(243,214,49); }

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

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

 a { background-color: rgb(243,214,49); }

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

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

 span { border-color: rgb(243,214,49); }

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