Html Css Color HEX #F8A928 Lightning Yellow

📋 copy color: '#F8A928'

red 248 ◦ green 169 ◦ blue 40

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

Shades of Lightning Yellow #F8A928

Tints of Lightning Yellow #F8A928

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.98%

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

R = 54.27%
G = 36.98%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.03

RGB Variations

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

Color information

#F8A928 (or 0xF8A928) is known color: Lightning Yellow. HEX triplet: F8, A9 and 28. RGB value is (248,169,40). Sum of RGB (Red+Green+Blue) = 248+169+40=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 40 (16.02% from 255 or 8.75% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A928 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A928 is #0756D7. Grayscale: #B2B2B2. Windows color (decimal): -480984 or 2664952. OLE color: 2664952.

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

Color convert

RGB 248 169 40 -
CMYK 0 0.32 0.84 0.03
HSL 37.21º 0.94% 0.56% -
HSV(B) 37.21º 0.84% 0.97% -
XYZ 53.28 48.49 8.56 -
YUV 177.92 50.17 177.99 -
System Red Green Blue C M Y K H S L
Decimal 248 169 40 0 0.32 0.84 0.03 37.21 0.94 0.56
Hex F8 A9 28 0 20 54 3 25 5E 38
Octal 370 251 50 0 40 124 3 45 136 70
Binary 11111000 10101001 101000 0 100000 1010100 11 100101 1011110 111000

Color Harmonies of #F8A928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A928

Black with #F8A928

Text Example


Text Example

White with #F8A928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A928; }

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

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

background-color css

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

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

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

border-color css

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

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

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