Html Css Color HEX #F8A424 Lightning Yellow

📋 copy color: '#F8A424'

red 248 ◦ green 164 ◦ blue 36

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

Shades of Lightning Yellow #F8A424

Tints of Lightning Yellow #F8A424

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.61%

 BLUE value IS 36 (14.45% from 255) = 8.04%

R = 55.36%
G = 36.61%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F8A424 (or 0xF8A424) is known color: Lightning Yellow. HEX triplet: F8, A4 and 24. RGB value is (248,164,36). Sum of RGB (Red+Green+Blue) = 248+164+36=448 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.36% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 36 (14.45% from 255 or 8.04% from 448); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A424 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A424 is #075BDB. Grayscale: #AFAFAF. Windows color (decimal): -482268 or 2401528. OLE color: 2401528.

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

Color convert

RGB 248 164 36 -
CMYK 0 0.34 0.85 0.03
HSL 36.23º 0.94% 0.56% -
HSV(B) 36.23º 0.85% 0.97% -
XYZ 52.31 46.63 7.91 -
YUV 174.52 49.83 180.41 -
System Red Green Blue C M Y K H S L
Decimal 248 164 36 0 0.34 0.85 0.03 36.23 0.94 0.56
Hex F8 A4 24 0 22 55 3 24 5E 38
Octal 370 244 44 0 42 125 3 44 136 70
Binary 11111000 10100100 100100 0 100010 1010101 11 100100 1011110 111000

Color Harmonies of #F8A424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8A424

Black with #F8A424

Text Example


Text Example

White with #F8A424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8A424; }

 p { color: rgb(248,164,36); }

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

background-color css

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

 a { background-color: rgb(248,164,36); }

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

border-color css

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

 span { border-color: rgb(248,164,36); }

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