Html Css Color HEX #F2D079 Golden Glow

📋 copy color: '#F2D079'

red 242 ◦ green 208 ◦ blue 121

#F2D079
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Glow #F2D079

Tints of Golden Glow #F2D079

RGB

 RED value IS 242 (94.92% from 255) = 42.38%

 GREEN value IS 208 (81.64% from 255) = 36.43%

 BLUE value IS 121 (47.66% from 255) = 21.19%

R = 42.38%
G = 36.43%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#F2D079 (or 0xF2D079) is known color: Golden Glow. HEX triplet: F2, D0 and 79. RGB value is (242,208,121). Sum of RGB (Red+Green+Blue) = 242+208+121=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 208 (81.64% from 255 or 36.43% from 571); Blue value is 121 (47.66% from 255 or 21.19% from 571); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D079 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D079 is #0D2F86. Grayscale: #D0D0D0. Windows color (decimal): -864135 or 7983346. OLE color: 7983346.

HSL color Cylindrical-coordinate representation of color #F2D079: hue angle of 43.14º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2D079 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 208 121 -
CMYK 0 0.14 0.50 0.05
HSL 43.14º 0.82% 0.71% -
HSV(B) 43.14º 0.5% 0.95% -
XYZ 62.63 65.37 27.41 -
YUV 208.25 78.76 152.07 -
System Red Green Blue C M Y K H S L
Decimal 242 208 121 0 0.14 0.50 0.05 43.14 0.82 0.71
Hex F2 D0 79 0 E 32 5 2B 52 47
Octal 362 320 171 0 16 62 5 53 122 107
Binary 11110010 11010000 1111001 0 1110 110010 101 101011 1010010 1000111

Color Harmonies of #F2D079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D079

Black with #F2D079

Text Example


Text Example

White with #F2D079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D079; }

 p { color: rgb(242,208,121); }

 H1.HeaderClassName
 {
   color: #F2D079;
 }
 .AnyTagClassName
 {
   color: #F2D079;
 }
</style>

background-color css

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

 a { background-color: rgb(242,208,121); }

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

border-color css

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

 span { border-color: rgb(242,208,121); }

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