Html Css Color HEX #F8D478 Golden Glow

📋 copy color: '#F8D478'

red 248 ◦ green 212 ◦ blue 120

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

Shades of Golden Glow #F8D478

Tints of Golden Glow #F8D478

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.55%

 BLUE value IS 120 (47.27% from 255) = 20.69%

R = 42.76%
G = 36.55%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F8D478 (or 0xF8D478) is known color: Golden Glow. HEX triplet: F8, D4 and 78. RGB value is (248,212,120). Sum of RGB (Red+Green+Blue) = 248+212+120=580 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.76% from 580); Green value is 212 (83.20% from 255 or 36.55% from 580); Blue value is 120 (47.27% from 255 or 20.69% from 580); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D478 is #072B87. Grayscale: #D4D4D4. Windows color (decimal): -469896 or 7918840. OLE color: 7918840.

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

Color convert

RGB 248 212 120 -
CMYK 0 0.15 0.52 0.03
HSL 43.13º 0.9% 0.72% -
HSV(B) 43.13º 0.52% 0.97% -
XYZ 65.65 68.4 27.51 -
YUV 212.28 75.93 153.48 -
System Red Green Blue C M Y K H S L
Decimal 248 212 120 0 0.15 0.52 0.03 43.13 0.9 0.72
Hex F8 D4 78 0 F 34 3 2B 5A 48
Octal 370 324 170 0 17 64 3 53 132 110
Binary 11111000 11010100 1111000 0 1111 110100 11 101011 1011010 1001000

Color Harmonies of #F8D478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D478

Black with #F8D478

Text Example


Text Example

White with #F8D478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D478; }

 p { color: rgb(248,212,120); }

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

background-color css

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

 a { background-color: rgb(248,212,120); }

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

border-color css

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

 span { border-color: rgb(248,212,120); }

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