#F3D580

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

Shades of Golden Glow #F3D580

Tints of Golden Glow #F3D580

Color information

#F3D580 (or 0xF3D580) is unknown color: approx Golden Glow. HEX triplet: F3, D5 and 80. RGB value is (243,213,128). Sum of RGB (Red+Green+Blue) = 243+213+128=584 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.61% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 128 (50.39% from 255 or 21.92% from 584); Max value from RGB is 243 - color contains mainly: red. Hex color #F3D580 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3D580 is #0C2A7F. Grayscale: #D4D4D4. Windows color (decimal): -797312 or 8443379. OLE color: 8443379.

HSL color Cylindrical-coordinate representation of color #F3D580: hue angle of 44.35º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F3D580 is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB243213128-
CMYK00.120.470.05
HSL44.35º82.73%72.75%-
HSV(B)44.35º47.33%95.29%-
XYZ64.6568.230.18-
YUV212.2880.44149.91-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 41.61%
GREEN value IS 213 (83.59% from 255) = 36.47%
BLUE value IS 128 (50.39% from 255) = 21.92%
R=41.61%
G=36.47%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24321312800.120.470.0544.3582.7372.75
HexF3D5800C2F52c5349
Octal36332520001457554123111
Binary1111001111010101100000000110010111110110110010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3D580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3D580; }

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

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

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

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

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

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

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

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