Html Css Color HEX #F57C3C Pizazz

📋 copy color: '#F57C3C'

red 245 ◦ green 124 ◦ blue 60

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

Shades of Pizazz #F57C3C

Tints of Pizazz #F57C3C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.9%

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

R = 57.11%
G = 28.9%
B = 13.99%

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

#F57C3C (or 0xF57C3C) is known color: Pizazz. HEX triplet: F5, 7C and 3C. RGB value is (245,124,60). Sum of RGB (Red+Green+Blue) = 245+124+60=429 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.11% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 60 (23.83% from 255 or 13.99% from 429); Max value from RGB is 245 - color contains mainly: red. Hex color #F57C3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57C3C is #0A83C3. Grayscale: #999999. Windows color (decimal): -689092 or 3964149. OLE color: 3964149.

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

Color convert

RGB 245 124 60 -
CMYK 0 0.49 0.76 0.04
HSL 20.76º 0.9% 0.6% -
HSV(B) 20.76º 0.76% 0.96% -
XYZ 45.68 34.15 8.46 -
YUV 152.88 75.59 193.7 -
System Red Green Blue C M Y K H S L
Decimal 245 124 60 0 0.49 0.76 0.04 20.76 0.9 0.6
Hex F5 7C 3C 0 31 4C 4 15 5A 3C
Octal 365 174 74 0 61 114 4 25 132 74
Binary 11110101 1111100 111100 0 110001 1001100 100 10101 1011010 111100

Color Harmonies of #F57C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57C3C

Black with #F57C3C

Text Example


Text Example

White with #F57C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57C3C; }

 p { color: rgb(245,124,60); }

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

background-color css

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

 a { background-color: rgb(245,124,60); }

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

border-color css

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

 span { border-color: rgb(245,124,60); }

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