#F07A41

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

Shades of Pizazz #F07A41

Tints of Pizazz #F07A41

Color information

#F07A41 (or 0xF07A41) is unknown color: approx Pizazz. HEX triplet: F0, 7A and 41. RGB value is (240,122,65). Sum of RGB (Red+Green+Blue) = 240+122+65=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07A41 is #0F85BE. Grayscale: #979797. Windows color (decimal): -1017279 or 4291312. OLE color: 4291312.

HSL color Cylindrical-coordinate representation of color #F07A41: hue angle of 19.54º 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 #F07A41 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB24012265-
CMYK00.490.730.06
HSL19.54º85.37%59.8%-
HSV(B)19.54º72.92%94.12%-
XYZ43.8532.839.03-
YUV150.7879.59191.63-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.21%
GREEN value IS 122 (48.05% from 255) = 28.57%
BLUE value IS 65 (25.78% from 255) = 15.22%
R=56.21%
G=28.57%
B=15.22%

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
Decimal2401226500.490.730.0619.5485.3759.8
HexF07A4103149614553c
Octal36017210106111162412574
Binary111100001111010100000101100011001001110101001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07A41; }

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

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

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

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

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

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

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

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