#F8A334

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

Shades of Lightning Yellow #F8A334

Tints of Lightning Yellow #F8A334

Color information

#F8A334 (or 0xF8A334) is unknown color: approx Lightning Yellow. HEX triplet: F8, A3 and 34. RGB value is (248,163,52). Sum of RGB (Red+Green+Blue) = 248+163+52=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 52 (20.70% from 255 or 11.23% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A334 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A334 is #075CCB. Grayscale: #B0B0B0. Windows color (decimal): -482508 or 3449848. OLE color: 3449848.

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

Color convert

RGB24816352-
CMYK00.340.790.03
HSL33.98º93.33%58.82%-
HSV(B)33.98º79.03%97.25%-
XYZ52.4346.49.44-
YUV175.7658.16179.53-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.56%
GREEN value IS 163 (64.06% from 255) = 35.21%
BLUE value IS 52 (20.70% from 255) = 11.23%
R=53.56%
G=35.21%
B=11.23%

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
Decimal2481635200.340.790.0333.9893.3358.82
HexF8A3340224F3225d3b
Octal3702436404211734213573
Binary111110001010001111010001000101001111111000101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A334; }

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

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

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

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

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

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

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

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