Html Css Color HEX #F57E3A Pizazz

📋 copy color: '#F57E3A'

red 245 ◦ green 126 ◦ blue 58

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

Shades of Pizazz #F57E3A

Tints of Pizazz #F57E3A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.37%

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

R = 57.11%
G = 29.37%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F57E3A (or 0xF57E3A) is known color: Pizazz. HEX triplet: F5, 7E and 3A. RGB value is (245,126,58). Sum of RGB (Red+Green+Blue) = 245+126+58=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 58 (23.05% from 255 or 13.52% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F57E3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57E3A is #0A81C5. Grayscale: #9A9A9A. Windows color (decimal): -688582 or 3833589. OLE color: 3833589.

HSL color Cylindrical-coordinate representation of color #F57E3A: hue angle of 21.82º 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 #F57E3A is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 126 58 -
CMYK 0 0.49 0.76 0.04
HSL 21.82º 0.9% 0.59% -
HSV(B) 21.82º 0.76% 0.96% -
XYZ 45.88 34.64 8.27 -
YUV 153.83 73.92 193.03 -
System Red Green Blue C M Y K H S L
Decimal 245 126 58 0 0.49 0.76 0.04 21.82 0.9 0.59
Hex F5 7E 3A 0 31 4C 4 16 5A 3B
Octal 365 176 72 0 61 114 4 26 132 73
Binary 11110101 1111110 111010 0 110001 1001100 100 10110 1011010 111011

Color Harmonies of #F57E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57E3A

Black with #F57E3A

Text Example


Text Example

White with #F57E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57E3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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