Html Css Color HEX #F2D57F Golden Glow

📋 copy color: '#F2D57F'

red 242 ◦ green 213 ◦ blue 127

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

Shades of Golden Glow #F2D57F

Tints of Golden Glow #F2D57F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.6%

 BLUE value IS 127 (50% from 255) = 21.82%

R = 41.58%
G = 36.6%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2D57F (or 0xF2D57F) is known color: Golden Glow. HEX triplet: F2, D5 and 7F. RGB value is (242,213,127). Sum of RGB (Red+Green+Blue) = 242+213+127=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 213 (83.59% from 255 or 36.60% from 582); Blue value is 127 (50% from 255 or 21.82% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D57F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2D57F is #0D2A80. Grayscale: #D4D4D4. Windows color (decimal): -862849 or 8377842. OLE color: 8377842.

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

Color convert

RGB 242 213 127 -
CMYK 0 0.12 0.48 0.05
HSL 44.87º 0.82% 0.72% -
HSV(B) 44.87º 0.48% 0.95% -
XYZ 64.24 68 29.82 -
YUV 211.87 80.11 149.49 -
System Red Green Blue C M Y K H S L
Decimal 242 213 127 0 0.12 0.48 0.05 44.87 0.82 0.72
Hex F2 D5 7F 0 C 30 5 2D 52 48
Octal 362 325 177 0 14 60 5 55 122 110
Binary 11110010 11010101 1111111 0 1100 110000 101 101101 1010010 1001000

Color Harmonies of #F2D57F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2D57F

Black with #F2D57F

Text Example


Text Example

White with #F2D57F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2D57F; }

 p { color: rgb(242,213,127); }

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

background-color css

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

 a { background-color: rgb(242,213,127); }

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

border-color css

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

 span { border-color: rgb(242,213,127); }

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