#F8A22F

Color #F8A22F Lightning Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lightning Yellow #F8A22F

Tints of Lightning Yellow #F8A22F

Color information

#F8A22F (or 0xF8A22F) is unknown color: approx Lightning Yellow. HEX triplet: F8, A2 and 2F. RGB value is (248,162,47). Sum of RGB (Red+Green+Blue) = 248+162+47=457 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.27% from 457); Green value is 162 (63.67% from 255 or 35.45% from 457); Blue value is 47 (18.75% from 255 or 10.28% from 457); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A22F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A22F is #075DD0. Grayscale: #AFAFAF. Windows color (decimal): -482769 or 3121912. OLE color: 3121912.

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

Color convert

RGB24816247-
CMYK00.350.810.03
HSL34.33º93.49%57.84%-
HSV(B)34.33º81.05%97.25%-
XYZ52.14468.82-
YUV174.655.99180.35-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.27%
GREEN value IS 162 (63.67% from 255) = 35.45%
BLUE value IS 47 (18.75% from 255) = 10.28%
R=54.27%
G=35.45%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.81
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481624700.350.810.0334.3393.4957.84
HexF8A22F023513225d3a
Octal3702425704312134213572
Binary111110001010001010111101000111010001111000101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A22F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A22F; }

 p { color: rgb(248,162,47); }

 H1.HeaderClassName
 {
   color: #F8A22F;
 }
 .AnyTagClassName
 {
   color: #F8A22F;
 }
</style>
background-color css

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

 a { background-color: rgb(248,162,47); }

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

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

 span { border-color: rgb(248,162,47); }

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