Html Css Color HEX #F8DA4B Energy Yellow

📋 copy color: '#F8DA4B'

red 248 ◦ green 218 ◦ blue 75

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

Shades of Energy Yellow #F8DA4B

Tints of Energy Yellow #F8DA4B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.3%

 BLUE value IS 75 (29.69% from 255) = 13.86%

R = 45.84%
G = 40.3%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#F8DA4B (or 0xF8DA4B) is known color: Energy Yellow. HEX triplet: F8, DA and 4B. RGB value is (248,218,75). Sum of RGB (Red+Green+Blue) = 248+218+75=541 (71% of max value = 765). Red value is 248 (97.27% from 255 or 45.84% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 75 (29.69% from 255 or 13.86% from 541); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F8DA4B is #0725B4. Grayscale: #D3D3D3. Windows color (decimal): -468405 or 4971256. OLE color: 4971256.

HSL color Cylindrical-coordinate representation of color #F8DA4B: hue angle of 49.6º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F8DA4B is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 218 75 -
CMYK 0 0.12 0.70 0.03
HSL 49.6º 0.93% 0.63% -
HSV(B) 49.6º 0.7% 0.97% -
XYZ 65.05 70.61 16.86 -
YUV 210.67 51.44 154.63 -
System Red Green Blue C M Y K H S L
Decimal 248 218 75 0 0.12 0.70 0.03 49.6 0.93 0.63
Hex F8 DA 4B 0 C 46 3 32 5D 3F
Octal 370 332 113 0 14 106 3 62 135 77
Binary 11111000 11011010 1001011 0 1100 1000110 11 110010 1011101 111111

Color Harmonies of #F8DA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DA4B

Black with #F8DA4B

Text Example


Text Example

White with #F8DA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DA4B; }

 p { color: rgb(248,218,75); }

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

background-color css

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

 a { background-color: rgb(248,218,75); }

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

border-color css

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

 span { border-color: rgb(248,218,75); }

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