Html Css Color HEX #F8D375 Golden Glow

📋 copy color: '#F8D375'

red 248 ◦ green 211 ◦ blue 117

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

Shades of Golden Glow #F8D375

Tints of Golden Glow #F8D375

RGB

 RED value IS 248 (97.27% from 255) = 43.06%

 GREEN value IS 211 (82.81% from 255) = 36.63%

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

R = 43.06%
G = 36.63%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#F8D375 (or 0xF8D375) is known color: Golden Glow. HEX triplet: F8, D3 and 75. RGB value is (248,211,117). Sum of RGB (Red+Green+Blue) = 248+211+117=576 (76% of max value = 765). Red value is 248 (97.27% from 255 or 43.06% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 117 (46.09% from 255 or 20.31% from 576); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D375 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D375 is #072C8A. Grayscale: #D3D3D3. Windows color (decimal): -470155 or 7721976. OLE color: 7721976.

HSL color Cylindrical-coordinate representation of color #F8D375: hue angle of 43.05º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F8D375 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 211 117 -
CMYK 0 0.15 0.53 0.03
HSL 43.05º 0.9% 0.72% -
HSV(B) 43.05º 0.53% 0.97% -
XYZ 65.22 67.83 26.48 -
YUV 211.35 74.76 154.14 -
System Red Green Blue C M Y K H S L
Decimal 248 211 117 0 0.15 0.53 0.03 43.05 0.9 0.72
Hex F8 D3 75 0 F 35 3 2B 5A 48
Octal 370 323 165 0 17 65 3 53 132 110
Binary 11111000 11010011 1110101 0 1111 110101 11 101011 1011010 1001000

Color Harmonies of #F8D375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D375

Black with #F8D375

Text Example


Text Example

White with #F8D375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D375; }

 p { color: rgb(248,211,117); }

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

background-color css

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

 a { background-color: rgb(248,211,117); }

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

border-color css

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

 span { border-color: rgb(248,211,117); }

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