Html Css Color HEX #F8D378 Golden Glow

📋 copy color: '#F8D378'

red 248 ◦ green 211 ◦ blue 120

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

Shades of Golden Glow #F8D378

Tints of Golden Glow #F8D378

RGB

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

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

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

R = 42.83%
G = 36.44%
B = 20.73%

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

#F8D378 (or 0xF8D378) is known color: Golden Glow. HEX triplet: F8, D3 and 78. RGB value is (248,211,120). Sum of RGB (Red+Green+Blue) = 248+211+120=579 (76% of max value = 765). Red value is 248 (97.27% from 255 or 42.83% from 579); Green value is 211 (82.81% from 255 or 36.44% from 579); Blue value is 120 (47.27% from 255 or 20.73% from 579); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D378 is #072C87. Grayscale: #D4D4D4. Windows color (decimal): -470152 or 7918584. OLE color: 7918584.

HSL color Cylindrical-coordinate representation of color #F8D378: hue angle of 42.66º 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 #F8D378 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 211 120 -
CMYK 0 0.15 0.52 0.03
HSL 42.66º 0.9% 0.72% -
HSV(B) 42.66º 0.52% 0.97% -
XYZ 65.4 67.9 27.43 -
YUV 211.69 76.26 153.9 -
System Red Green Blue C M Y K H S L
Decimal 248 211 120 0 0.15 0.52 0.03 42.66 0.9 0.72
Hex F8 D3 78 0 F 34 3 2B 5A 48
Octal 370 323 170 0 17 64 3 53 132 110
Binary 11111000 11010011 1111000 0 1111 110100 11 101011 1011010 1001000

Color Harmonies of #F8D378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D378

Black with #F8D378

Text Example


Text Example

White with #F8D378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D378; }

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

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

background-color css

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

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

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

border-color css

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

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

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