Html Css Color HEX #F5803A Pizazz

📋 copy color: '#F5803A'

red 245 ◦ green 128 ◦ blue 58

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

Shades of Pizazz #F5803A

Tints of Pizazz #F5803A

RGB

 RED value IS 245 (96.09% from 255) = 56.84%

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

 BLUE value IS 58 (23.05% from 255) = 13.46%

R = 56.84%
G = 29.7%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5803A (or 0xF5803A) is known color: Pizazz. HEX triplet: F5, 80 and 3A. RGB value is (245,128,58). Sum of RGB (Red+Green+Blue) = 245+128+58=431 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.84% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 58 (23.05% from 255 or 13.46% from 431); Max value from RGB is 245 - color contains mainly: red. Hex color #F5803A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5803A is #0A7FC5. Grayscale: #9B9B9B. Windows color (decimal): -688070 or 3834101. OLE color: 3834101.

HSL color Cylindrical-coordinate representation of color #F5803A: hue angle of 22.46º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5803A is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 128 58 -
CMYK 0 0.48 0.76 0.04
HSL 22.46º 0.9% 0.59% -
HSV(B) 22.46º 0.76% 0.96% -
XYZ 46.14 35.16 8.36 -
YUV 155 73.26 192.19 -
System Red Green Blue C M Y K H S L
Decimal 245 128 58 0 0.48 0.76 0.04 22.46 0.9 0.59
Hex F5 80 3A 0 30 4C 4 16 5A 3B
Octal 365 200 72 0 60 114 4 26 132 73
Binary 11110101 10000000 111010 0 110000 1001100 100 10110 1011010 111011

Color Harmonies of #F5803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5803A

Black with #F5803A

Text Example


Text Example

White with #F5803A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5803A; }

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

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

background-color css

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

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

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

border-color css

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

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

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