Html Css Color HEX #F1803A Pizazz

📋 copy color: '#F1803A'

red 241 ◦ green 128 ◦ blue 58

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

Shades of Pizazz #F1803A

Tints of Pizazz #F1803A

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 value IS 0

 M value IS 0.47

 Y value IS 0.76

 K value IS 0.05

RGB Variations

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

Color information

#F1803A (or 0xF1803A) is known color: 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

RGB 241 128 58 -
CMYK 0 0.47 0.76 0.05
HSL 22.95º 0.87% 0.59% -
HSV(B) 22.95º 0.76% 0.95% -
XYZ 44.76 34.44 8.29 -
YUV 153.81 73.94 190.19 -
System Red Green Blue C M Y K H S L
Decimal 241 128 58 0 0.47 0.76 0.05 22.95 0.87 0.59
Hex F1 80 3A 0 2F 4C 5 17 57 3B
Octal 361 200 72 0 57 114 5 27 127 73
Binary 11110001 10000000 111010 0 101111 1001100 101 10111 1010111 111011

Color Harmonies of #F1803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1803A

Black with #F1803A

Text Example


Text Example

White with #F1803A

Text Example


Text Example

HTML Codes & Css Web 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>