#F07C3B

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

Shades of Pizazz #F07C3B

Tints of Pizazz #F07C3B

Color information

#F07C3B (or 0xF07C3B) is unknown color: approx Pizazz. HEX triplet: F0, 7C and 3B. RGB value is (240,124,59). Sum of RGB (Red+Green+Blue) = 240+124+59=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 59 (23.44% from 255 or 13.95% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F07C3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07C3B is #0F83C4. Grayscale: #979797. Windows color (decimal): -1016773 or 3898608. OLE color: 3898608.

HSL color Cylindrical-coordinate representation of color #F07C3B: hue angle of 21.55º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F07C3B is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB24012459-
CMYK00.480.750.06
HSL21.55º85.78%58.63%-
HSV(B)21.55º75.42%94.12%-
XYZ43.9333.268.24-
YUV151.2775.93191.29-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 56.74%
GREEN value IS 124 (48.83% from 255) = 29.31%
BLUE value IS 59 (23.44% from 255) = 13.95%
R=56.74%
G=29.31%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401245900.480.750.0621.5585.7858.63
HexF07C3B0304B616563b
Octal3601747306011362612673
Binary11110000111110011101101100001001011110101101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07C3B; }

 p { color: rgb(240,124,59); }

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

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

 a { background-color: rgb(240,124,59); }

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

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

 span { border-color: rgb(240,124,59); }

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