#F8A335

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

Shades of Lightning Yellow #F8A335

Tints of Lightning Yellow #F8A335

Color information

#F8A335 (or 0xF8A335) is unknown color: approx Lightning Yellow. HEX triplet: F8, A3 and 35. RGB value is (248,163,53). Sum of RGB (Red+Green+Blue) = 248+163+53=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 163 (64.06% from 255 or 35.13% from 464); Blue value is 53 (21.09% from 255 or 11.42% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A335 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A335 is #075CCA. Grayscale: #B0B0B0. Windows color (decimal): -482507 or 3515384. OLE color: 3515384.

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

Color convert

RGB24816353-
CMYK00.340.790.03
HSL33.85º93.3%59.02%-
HSV(B)33.85º78.63%97.25%-
XYZ52.4546.419.56-
YUV175.8858.66179.44-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.45%
GREEN value IS 163 (64.06% from 255) = 35.13%
BLUE value IS 53 (21.09% from 255) = 11.42%
R=53.45%
G=35.13%
B=11.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.79
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481635300.340.790.0333.8593.359.02
HexF8A3350224F3225d3b
Octal3702436504211734213573
Binary111110001010001111010101000101001111111000101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A335; }

 p { color: rgb(248,163,53); }

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

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

 a { background-color: rgb(248,163,53); }

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

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

 span { border-color: rgb(248,163,53); }

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