#F0793C

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

Shades of Pizazz #F0793C

Tints of Pizazz #F0793C

Color information

#F0793C (or 0xF0793C) is unknown color: approx Pizazz. HEX triplet: F0, 79 and 3C. RGB value is (240,121,60). Sum of RGB (Red+Green+Blue) = 240+121+60=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 121 (47.66% from 255 or 28.74% from 421); Blue value is 60 (23.83% from 255 or 14.25% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F0793C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0793C is #0F86C3. Grayscale: #959595. Windows color (decimal): -1017540 or 3963376. OLE color: 3963376.

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

Color convert

RGB24012160-
CMYK00.500.750.06
HSL20.33º85.71%58.82%-
HSV(B)20.33º75%94.12%-
XYZ43.5932.538.26-
YUV149.6377.42192.46-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 57.01%
GREEN value IS 121 (47.66% from 255) = 28.74%
BLUE value IS 60 (23.83% from 255) = 14.25%
R=57.01%
G=28.74%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401216000.500.750.0620.3385.7158.82
HexF0793C0324B614563b
Octal3601717406211362412673
Binary11110000111100111110001100101001011110101001010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0793C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0793C; }

 p { color: rgb(240,121,60); }

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

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

 a { background-color: rgb(240,121,60); }

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

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

 span { border-color: rgb(240,121,60); }

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