#F1803A

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

Shades of Pizazz #F1803A

Tints of Pizazz #F1803A

Color information

#F1803A (or 0xF1803A) is unknown color: approx Pizazz. HEX triplet: F1, 80 and 3A. RGB value is (241,128,58). Sum of RGB (Red+Green+Blue) = 241+128+58=427 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.44% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 241 - color contains mainly: red. Hex color #F1803A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1803A is #0E7FC5. Grayscale: #9A9A9A. Windows color (decimal): -950214 or 3834097. OLE color: 3834097.

HSL color Cylindrical-coordinate representation of color #F1803A: hue angle of 22.95º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F1803A is Cyan = 0, Magento = 0.47, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB24112858-
CMYK00.470.760.05
HSL22.95º86.73%58.63%-
HSV(B)22.95º75.93%94.51%-
XYZ44.7634.448.29-
YUV153.8173.94190.19-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 56.44%
GREEN value IS 128 (50.39% from 255) = 29.98%
BLUE value IS 58 (23.05% from 255) = 13.58%
R=56.44%
G=29.98%
B=13.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2411285800.470.760.0522.9586.7358.63
HexF1803A02F4C517573b
Octal3612007205711452712773
Binary111100011000000011101001011111001100101101111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1803A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1803A; }

 p { color: rgb(241,128,58); }

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

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

 a { background-color: rgb(241,128,58); }

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

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

 span { border-color: rgb(241,128,58); }

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