Html Css Color HEX #F2D77D Golden Glow

📋 copy color: '#F2D77D'

red 242 ◦ green 215 ◦ blue 125

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

Shades of Golden Glow #F2D77D

Tints of Golden Glow #F2D77D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.94%

 BLUE value IS 125 (49.22% from 255) = 21.48%

R = 41.58%
G = 36.94%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2D77D (or 0xF2D77D) is known color: Golden Glow. HEX triplet: F2, D7 and 7D. RGB value is (242,215,125). Sum of RGB (Red+Green+Blue) = 242+215+125=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 215 (84.38% from 255 or 36.94% from 582); Blue value is 125 (49.22% from 255 or 21.48% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D77D is #0D2882. Grayscale: #D5D5D5. Windows color (decimal): -862339 or 8247282. OLE color: 8247282.

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

Color convert

RGB 242 215 125 -
CMYK 0 0.11 0.48 0.05
HSL 46.15º 0.82% 0.72% -
HSV(B) 46.15º 0.48% 0.95% -
XYZ 64.62 68.96 29.31 -
YUV 212.81 78.45 148.82 -
System Red Green Blue C M Y K H S L
Decimal 242 215 125 0 0.11 0.48 0.05 46.15 0.82 0.72
Hex F2 D7 7D 0 B 30 5 2E 52 48
Octal 362 327 175 0 13 60 5 56 122 110
Binary 11110010 11010111 1111101 0 1011 110000 101 101110 1010010 1001000

Color Harmonies of #F2D77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D77D

Black with #F2D77D

Text Example


Text Example

White with #F2D77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D77D; }

 p { color: rgb(242,215,125); }

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

background-color css

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

 a { background-color: rgb(242,215,125); }

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

border-color css

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

 span { border-color: rgb(242,215,125); }

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