Html Css Color HEX #F8AD28 Lightning Yellow

📋 copy color: '#F8AD28'

red 248 ◦ green 173 ◦ blue 40

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

Shades of Lightning Yellow #F8AD28

Tints of Lightning Yellow #F8AD28

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.53%

 BLUE value IS 40 (16.02% from 255) = 8.68%

R = 53.8%
G = 37.53%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F8AD28 (or 0xF8AD28) is known color: Lightning Yellow. HEX triplet: F8, AD and 28. RGB value is (248,173,40). Sum of RGB (Red+Green+Blue) = 248+173+40=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 40 (16.02% from 255 or 8.68% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8AD28 is #0752D7. Grayscale: #B4B4B4. Windows color (decimal): -479960 or 2665976. OLE color: 2665976.

HSL color Cylindrical-coordinate representation of color #F8AD28: hue angle of 38.37º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F8AD28 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 173 40 -
CMYK 0 0.30 0.84 0.03
HSL 38.37º 0.94% 0.56% -
HSV(B) 38.37º 0.84% 0.97% -
XYZ 54.04 50 8.81 -
YUV 180.26 48.85 176.31 -
System Red Green Blue C M Y K H S L
Decimal 248 173 40 0 0.30 0.84 0.03 38.37 0.94 0.56
Hex F8 AD 28 0 1E 54 3 26 5E 38
Octal 370 255 50 0 36 124 3 46 136 70
Binary 11111000 10101101 101000 0 11110 1010100 11 100110 1011110 111000

Color Harmonies of #F8AD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AD28

Black with #F8AD28

Text Example


Text Example

White with #F8AD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AD28; }

 p { color: rgb(248,173,40); }

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

background-color css

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

 a { background-color: rgb(248,173,40); }

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

border-color css

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

 span { border-color: rgb(248,173,40); }

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