#F07A40

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

Shades of Pizazz #F07A40

Tints of Pizazz #F07A40

Color information

#F07A40 (or 0xF07A40) is unknown color: approx Pizazz. HEX triplet: F0, 7A and 40. RGB value is (240,122,64). Sum of RGB (Red+Green+Blue) = 240+122+64=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07A40 is #0F85BF. Grayscale: #979797. Windows color (decimal): -1017280 or 4225776. OLE color: 4225776.

HSL color Cylindrical-coordinate representation of color #F07A40: hue angle of 19.77º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F07A40 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB24012264-
CMYK00.490.730.06
HSL19.77º85.44%59.61%-
HSV(B)19.77º73.33%94.12%-
XYZ43.8232.818.87-
YUV150.6779.09191.72-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.34%
GREEN value IS 122 (48.05% from 255) = 28.64%
BLUE value IS 64 (25.39% from 255) = 15.02%
R=56.34%
G=28.64%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401226400.490.730.0619.7785.4459.61
HexF07A4003149614553c
Octal36017210006111162412574
Binary111100001111010100000001100011001001110101001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07A40; }

 p { color: rgb(240,122,64); }

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

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

 a { background-color: rgb(240,122,64); }

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

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

 span { border-color: rgb(240,122,64); }

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