Html Css Color HEX #F2D076 Golden Glow

📋 copy color: '#F2D076'

red 242 ◦ green 208 ◦ blue 118

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

Shades of Golden Glow #F2D076

Tints of Golden Glow #F2D076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.77%

R = 42.61%
G = 36.62%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F2D076 (or 0xF2D076) is known color: Golden Glow. HEX triplet: F2, D0 and 76. RGB value is (242,208,118). Sum of RGB (Red+Green+Blue) = 242+208+118=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 208 (81.64% from 255 or 36.62% from 568); Blue value is 118 (46.48% from 255 or 20.77% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D076 is #0D2F89. Grayscale: #D0D0D0. Windows color (decimal): -864138 or 7786738. OLE color: 7786738.

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

Color convert

RGB 242 208 118 -
CMYK 0 0.14 0.51 0.05
HSL 43.55º 0.83% 0.71% -
HSV(B) 43.55º 0.51% 0.95% -
XYZ 62.44 65.3 26.45 -
YUV 207.91 77.26 152.32 -
System Red Green Blue C M Y K H S L
Decimal 242 208 118 0 0.14 0.51 0.05 43.55 0.83 0.71
Hex F2 D0 76 0 E 33 5 2C 53 47
Octal 362 320 166 0 16 63 5 54 123 107
Binary 11110010 11010000 1110110 0 1110 110011 101 101100 1010011 1000111

Color Harmonies of #F2D076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D076

Black with #F2D076

Text Example


Text Example

White with #F2D076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D076; }

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

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

background-color css

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

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

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

border-color css

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

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

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