#F8A227

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

Shades of Lightning Yellow #F8A227

Tints of Lightning Yellow #F8A227

Color information

#F8A227 (or 0xF8A227) is unknown color: approx Lightning Yellow. HEX triplet: F8, A2 and 27. RGB value is (248,162,39). Sum of RGB (Red+Green+Blue) = 248+162+39=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 39 (15.62% from 255 or 8.69% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A227 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A227 is #075DD8. Grayscale: #AEAEAE. Windows color (decimal): -482777 or 2597624. OLE color: 2597624.

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

Color convert

RGB24816239-
CMYK00.350.840.03
HSL35.31º93.72%56.27%-
HSV(B)35.31º84.27%97.25%-
XYZ5245.948.05-
YUV173.6951.99181-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 55.23%
GREEN value IS 162 (63.67% from 255) = 36.08%
BLUE value IS 39 (15.62% from 255) = 8.69%
R=55.23%
G=36.08%
B=8.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.84
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481623900.350.840.0335.3193.7256.27
HexF8A227023543235e38
Octal3702424704312434313670
Binary111110001010001010011101000111010100111000111011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A227; }

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

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

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

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

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

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

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

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