#F8A427

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

Shades of Lightning Yellow #F8A427

Tints of Lightning Yellow #F8A427

Color information

#F8A427 (or 0xF8A427) is unknown color: approx Lightning Yellow. HEX triplet: F8, A4 and 27. RGB value is (248,164,39). Sum of RGB (Red+Green+Blue) = 248+164+39=451 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.99% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 39 (15.62% from 255 or 8.65% from 451); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A427 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A427 is #075BD8. Grayscale: #AFAFAF. Windows color (decimal): -482265 or 2598136. OLE color: 2598136.

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

Color convert

RGB24816439-
CMYK00.340.840.03
HSL35.89º93.72%56.27%-
HSV(B)35.89º84.27%97.25%-
XYZ52.3546.658.17-
YUV174.8751.33180.16-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 54.99%
GREEN value IS 164 (64.45% from 255) = 36.36%
BLUE value IS 39 (15.62% from 255) = 8.65%
R=54.99%
G=36.36%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481643900.340.840.0335.8993.7256.27
HexF8A427022543245e38
Octal3702444704212434413670
Binary111110001010010010011101000101010100111001001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A427; }

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

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

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

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

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

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

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

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