Html Css Color HEX #F1803C Pizazz

📋 copy color: '#F1803C'

red 241 ◦ green 128 ◦ blue 60

#F1803C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pizazz #F1803C

Tints of Pizazz #F1803C

RGB

 RED value IS 241 (94.53% from 255) = 56.18%

 GREEN value IS 128 (50.39% from 255) = 29.84%

 BLUE value IS 60 (23.83% from 255) = 13.99%

R = 56.18%
G = 29.84%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F1803C (or 0xF1803C) is known color: Pizazz. HEX triplet: F1, 80 and 3C. RGB value is (241,128,60). Sum of RGB (Red+Green+Blue) = 241+128+60=429 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.18% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 241 - color contains mainly: red. Hex color #F1803C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1803C is #0E7FC3. Grayscale: #9A9A9A. Windows color (decimal): -950212 or 3965169. OLE color: 3965169.

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

Color convert

RGB 241 128 60 -
CMYK 0 0.47 0.75 0.05
HSL 22.54º 0.87% 0.59% -
HSV(B) 22.54º 0.75% 0.95% -
XYZ 44.81 34.47 8.57 -
YUV 154.04 74.94 190.03 -
System Red Green Blue C M Y K H S L
Decimal 241 128 60 0 0.47 0.75 0.05 22.54 0.87 0.59
Hex F1 80 3C 0 2F 4B 5 17 57 3B
Octal 361 200 74 0 57 113 5 27 127 73
Binary 11110001 10000000 111100 0 101111 1001011 101 10111 1010111 111011

Color Harmonies of #F1803C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1803C

Black with #F1803C

Text Example


Text Example

White with #F1803C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1803C; }

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

 H1.HeaderClassName
 {
   color: #F1803C;
 }
 .AnyTagClassName
 {
   color: #F1803C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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