Html Css Color HEX #F1D67D Golden Glow

📋 copy color: '#F1D67D'

red 241 ◦ green 214 ◦ blue 125

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

Shades of Golden Glow #F1D67D

Tints of Golden Glow #F1D67D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.9%

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

R = 41.55%
G = 36.9%
B = 21.55%

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

#F1D67D (or 0xF1D67D) is known color: Golden Glow. HEX triplet: F1, D6 and 7D. RGB value is (241,214,125). Sum of RGB (Red+Green+Blue) = 241+214+125=580 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.55% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 125 (49.22% from 255 or 21.55% from 580); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D67D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F1D67D is #0E2982. Grayscale: #D4D4D4. Windows color (decimal): -928131 or 8247025. OLE color: 8247025.

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

Color convert

RGB 241 214 125 -
CMYK 0 0.11 0.48 0.05
HSL 46.03º 0.81% 0.72% -
HSV(B) 46.03º 0.48% 0.95% -
XYZ 64.02 68.27 29.21 -
YUV 211.93 78.95 148.74 -
System Red Green Blue C M Y K H S L
Decimal 241 214 125 0 0.11 0.48 0.05 46.03 0.81 0.72
Hex F1 D6 7D 0 B 30 5 2E 51 48
Octal 361 326 175 0 13 60 5 56 121 110
Binary 11110001 11010110 1111101 0 1011 110000 101 101110 1010001 1001000

Color Harmonies of #F1D67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1D67D

Black with #F1D67D

Text Example


Text Example

White with #F1D67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1D67D; }

 p { color: rgb(241,214,125); }

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

background-color css

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

 a { background-color: rgb(241,214,125); }

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

border-color css

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

 span { border-color: rgb(241,214,125); }

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