Html Css Color HEX #F1773C Pizazz

📋 copy color: '#F1773C'

red 241 ◦ green 119 ◦ blue 60

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

Shades of Pizazz #F1773C

Tints of Pizazz #F1773C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.33%

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

R = 57.38%
G = 28.33%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F1773C (or 0xF1773C) is known color: Pizazz. HEX triplet: F1, 77 and 3C. RGB value is (241,119,60). Sum of RGB (Red+Green+Blue) = 241+119+60=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 119 (46.88% from 255 or 28.33% from 420); Blue value is 60 (23.83% from 255 or 14.29% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F1773C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1773C is #0E88C3. Grayscale: #959595. Windows color (decimal): -952516 or 3962865. OLE color: 3962865.

HSL color Cylindrical-coordinate representation of color #F1773C: hue angle of 19.56º 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 #F1773C is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 119 60 -
CMYK 0 0.51 0.75 0.05
HSL 19.56º 0.87% 0.59% -
HSV(B) 19.56º 0.75% 0.95% -
XYZ 43.69 32.22 8.19 -
YUV 148.75 77.92 193.8 -
System Red Green Blue C M Y K H S L
Decimal 241 119 60 0 0.51 0.75 0.05 19.56 0.87 0.59
Hex F1 77 3C 0 33 4B 5 14 57 3B
Octal 361 167 74 0 63 113 5 24 127 73
Binary 11110001 1110111 111100 0 110011 1001011 101 10100 1010111 111011

Color Harmonies of #F1773C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1773C

Black with #F1773C

Text Example


Text Example

White with #F1773C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1773C; }

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

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

background-color css

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

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

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

border-color css

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

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

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