Html Css Color HEX #F8DB8A Golden Glow

📋 copy color: '#F8DB8A'

red 248 ◦ green 219 ◦ blue 138

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

Shades of Golden Glow #F8DB8A

Tints of Golden Glow #F8DB8A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.2%

 BLUE value IS 138 (54.3% from 255) = 22.81%

R = 40.99%
G = 36.2%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8DB8A (or 0xF8DB8A) is known color: Golden Glow. HEX triplet: F8, DB and 8A. RGB value is (248,219,138). Sum of RGB (Red+Green+Blue) = 248+219+138=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 138 (54.30% from 255 or 22.81% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DB8A is #072475. Grayscale: #DADADA. Windows color (decimal): -468086 or 9100280. OLE color: 9100280.

HSL color Cylindrical-coordinate representation of color #F8DB8A: hue angle of 44.18º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F8DB8A is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 219 138 -
CMYK 0 0.12 0.44 0.03
HSL 44.18º 0.89% 0.76% -
HSV(B) 44.18º 0.44% 0.97% -
XYZ 68.63 72.45 34.41 -
YUV 218.44 82.61 149.09 -
System Red Green Blue C M Y K H S L
Decimal 248 219 138 0 0.12 0.44 0.03 44.18 0.89 0.76
Hex F8 DB 8A 0 C 2C 3 2C 59 4C
Octal 370 333 212 0 14 54 3 54 131 114
Binary 11111000 11011011 10001010 0 1100 101100 11 101100 1011001 1001100

Color Harmonies of #F8DB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DB8A

Black with #F8DB8A

Text Example


Text Example

White with #F8DB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DB8A; }

 p { color: rgb(248,219,138); }

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

background-color css

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

 a { background-color: rgb(248,219,138); }

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

border-color css

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

 span { border-color: rgb(248,219,138); }

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