#F2D27E

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

Shades of Golden Glow #F2D27E

Tints of Golden Glow #F2D27E

Color information

#F2D27E (or 0xF2D27E) is unknown color: approx Golden Glow. HEX triplet: F2, D2 and 7E. RGB value is (242,210,126). Sum of RGB (Red+Green+Blue) = 242+210+126=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 210 (82.42% from 255 or 36.33% from 578); Blue value is 126 (49.61% from 255 or 21.80% from 578); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D27E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D27E is #0D2D81. Grayscale: #D2D2D2. Windows color (decimal): -863618 or 8311538. OLE color: 8311538.

HSL color Cylindrical-coordinate representation of color #F2D27E: hue angle of 43.45º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2D27E is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB242210126-
CMYK00.130.480.05
HSL43.45º81.69%72.16%-
HSV(B)43.45º47.93%94.9%-
XYZ63.4366.4829.23-
YUV209.9980.6150.83-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.87%
GREEN value IS 210 (82.42% from 255) = 36.33%
BLUE value IS 126 (49.61% from 255) = 21.80%
R=41.87%
G=36.33%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221012600.130.480.0543.4581.6972.16
HexF2D27E0D3052b5248
Octal36232217601560553122110
Binary111100101101001011111100110111000010110101110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D27E; }

 p { color: rgb(242,210,126); }

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

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

 a { background-color: rgb(242,210,126); }

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

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

 span { border-color: rgb(242,210,126); }

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