#F7A332

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

Shades of Lightning Yellow #F7A332

Tints of Lightning Yellow #F7A332

Color information

#F7A332 (or 0xF7A332) is unknown color: approx Lightning Yellow. HEX triplet: F7, A3 and 32. RGB value is (247,163,50). Sum of RGB (Red+Green+Blue) = 247+163+50=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 50 (19.92% from 255 or 10.87% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A332 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7A332 is #085CCD. Grayscale: #AFAFAF. Windows color (decimal): -548046 or 3318775. OLE color: 3318775.

HSL color Cylindrical-coordinate representation of color #F7A332: hue angle of 34.42º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F7A332 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB24716350-
CMYK00.340.800.03
HSL34.42º92.49%58.24%-
HSV(B)34.42º79.76%96.86%-
XYZ52.0346.29.19-
YUV175.2357.33179.19-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 53.70%
GREEN value IS 163 (64.06% from 255) = 35.43%
BLUE value IS 50 (19.92% from 255) = 10.87%
R=53.70%
G=35.43%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.80
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471635000.340.800.0334.4292.4958.24
HexF7A332022503225c3a
Octal3672436204212034213472
Binary111101111010001111001001000101010000111000101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A332; }

 p { color: rgb(247,163,50); }

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

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

 a { background-color: rgb(247,163,50); }

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

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

 span { border-color: rgb(247,163,50); }

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