Html Css Color HEX #F1D275 Golden Glow

📋 copy color: '#F1D275'

red 241 ◦ green 210 ◦ blue 117

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

Shades of Golden Glow #F1D275

Tints of Golden Glow #F1D275

RGB

 RED value IS 241 (94.53% from 255) = 42.43%

 GREEN value IS 210 (82.42% from 255) = 36.97%

 BLUE value IS 117 (46.09% from 255) = 20.6%

R = 42.43%
G = 36.97%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F1D275 (or 0xF1D275) is known color: Golden Glow. HEX triplet: F1, D2 and 75. RGB value is (241,210,117). Sum of RGB (Red+Green+Blue) = 241+210+117=568 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.43% from 568); Green value is 210 (82.42% from 255 or 36.97% from 568); Blue value is 117 (46.09% from 255 or 20.60% from 568); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D275 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D275 is #0E2D8A. Grayscale: #D1D1D1. Windows color (decimal): -929163 or 7721713. OLE color: 7721713.

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

Color convert

RGB 241 210 117 -
CMYK 0 0.13 0.51 0.05
HSL 45º 0.82% 0.7% -
HSV(B) 45º 0.51% 0.95% -
XYZ 62.53 66.08 26.29 -
YUV 208.67 76.27 151.06 -
System Red Green Blue C M Y K H S L
Decimal 241 210 117 0 0.13 0.51 0.05 45 0.82 0.7
Hex F1 D2 75 0 D 33 5 2D 52 46
Octal 361 322 165 0 15 63 5 55 122 106
Binary 11110001 11010010 1110101 0 1101 110011 101 101101 1010010 1000110

Color Harmonies of #F1D275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D275

Black with #F1D275

Text Example


Text Example

White with #F1D275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D275; }

 p { color: rgb(241,210,117); }

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

background-color css

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

 a { background-color: rgb(241,210,117); }

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

border-color css

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

 span { border-color: rgb(241,210,117); }

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