Html Css Color HEX #F8D950 Energy Yellow

📋 copy color: '#F8D950'

red 248 ◦ green 217 ◦ blue 80

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

Shades of Energy Yellow #F8D950

Tints of Energy Yellow #F8D950

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.82%

 BLUE value IS 80 (31.64% from 255) = 14.68%

R = 45.5%
G = 39.82%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#F8D950 (or 0xF8D950) is known color: Energy Yellow. HEX triplet: F8, D9 and 50. RGB value is (248,217,80). Sum of RGB (Red+Green+Blue) = 248+217+80=545 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.50% from 545); Green value is 217 (85.16% from 255 or 39.82% from 545); Blue value is 80 (31.64% from 255 or 14.68% from 545); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8D950 is #0726AF. Grayscale: #D3D3D3. Windows color (decimal): -468656 or 5298680. OLE color: 5298680.

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

Color convert

RGB 248 217 80 -
CMYK 0 0.12 0.68 0.03
HSL 48.93º 0.92% 0.64% -
HSV(B) 48.93º 0.68% 0.97% -
XYZ 64.97 70.16 17.71 -
YUV 210.65 54.27 154.64 -
System Red Green Blue C M Y K H S L
Decimal 248 217 80 0 0.12 0.68 0.03 48.93 0.92 0.64
Hex F8 D9 50 0 C 44 3 31 5C 40
Octal 370 331 120 0 14 104 3 61 134 100
Binary 11111000 11011001 1010000 0 1100 1000100 11 110001 1011100 1000000

Color Harmonies of #F8D950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8D950

Black with #F8D950

Text Example


Text Example

White with #F8D950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8D950; }

 p { color: rgb(248,217,80); }

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

background-color css

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

 a { background-color: rgb(248,217,80); }

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

border-color css

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

 span { border-color: rgb(248,217,80); }

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