#F8AB2C

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

Shades of Lightning Yellow #F8AB2C

Tints of Lightning Yellow #F8AB2C

Color information

#F8AB2C (or 0xF8AB2C) is unknown color: approx Lightning Yellow. HEX triplet: F8, AB and 2C. RGB value is (248,171,44). Sum of RGB (Red+Green+Blue) = 248+171+44=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 171 (67.19% from 255 or 36.93% from 463); Blue value is 44 (17.58% from 255 or 9.50% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AB2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8AB2C is #0754D3. Grayscale: #B4B4B4. Windows color (decimal): -480468 or 2927608. OLE color: 2927608.

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

Color convert

RGB24817144-
CMYK00.310.820.03
HSL37.35º93.58%57.25%-
HSV(B)37.35º82.26%97.25%-
XYZ53.7349.269.06-
YUV179.5451.51176.83-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.56%
GREEN value IS 171 (67.19% from 255) = 36.93%
BLUE value IS 44 (17.58% from 255) = 9.50%
R=53.56%
G=36.93%
B=9.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.82
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481714400.310.820.0337.3593.5857.25
HexF8AB2C01F523255e39
Octal3702535403712234513671
Binary11111000101010111011000111111010010111001011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AB2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AB2C; }

 p { color: rgb(248,171,44); }

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

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

 a { background-color: rgb(248,171,44); }

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

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

 span { border-color: rgb(248,171,44); }

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