Html Css Color HEX #F8AA32 Lightning Yellow

📋 copy color: '#F8AA32'

red 248 ◦ green 170 ◦ blue 50

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

Shades of Lightning Yellow #F8AA32

Tints of Lightning Yellow #F8AA32

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.32%

 BLUE value IS 50 (19.92% from 255) = 10.68%

R = 52.99%
G = 36.32%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F8AA32 (or 0xF8AA32) is known color: Lightning Yellow. HEX triplet: F8, AA and 32. RGB value is (248,170,50). Sum of RGB (Red+Green+Blue) = 248+170+50=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 50 (19.92% from 255 or 10.68% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AA32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8AA32 is #0755CD. Grayscale: #B4B4B4. Windows color (decimal): -480718 or 3320568. OLE color: 3320568.

HSL color Cylindrical-coordinate representation of color #F8AA32: hue angle of 36.36º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F8AA32 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 170 50 -
CMYK 0 0.31 0.80 0.03
HSL 36.36º 0.93% 0.58% -
HSV(B) 36.36º 0.8% 0.97% -
XYZ 53.66 48.94 9.63 -
YUV 179.64 54.84 176.76 -
System Red Green Blue C M Y K H S L
Decimal 248 170 50 0 0.31 0.80 0.03 36.36 0.93 0.58
Hex F8 AA 32 0 1F 50 3 24 5D 3A
Octal 370 252 62 0 37 120 3 44 135 72
Binary 11111000 10101010 110010 0 11111 1010000 11 100100 1011101 111010

Color Harmonies of #F8AA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8AA32

Black with #F8AA32

Text Example


Text Example

White with #F8AA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8AA32; }

 p { color: rgb(248,170,50); }

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

background-color css

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

 a { background-color: rgb(248,170,50); }

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

border-color css

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

 span { border-color: rgb(248,170,50); }

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