Html Css Color HEX #F0773F Pizazz

📋 copy color: '#F0773F'

red 240 ◦ green 119 ◦ blue 63

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

Shades of Pizazz #F0773F

Tints of Pizazz #F0773F

RGB

 RED value IS 240 (94.14% from 255) = 56.87%

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

 BLUE value IS 63 (25% from 255) = 14.93%

R = 56.87%
G = 28.2%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F0773F (or 0xF0773F) is known color: Pizazz. HEX triplet: F0, 77 and 3F. RGB value is (240,119,63). Sum of RGB (Red+Green+Blue) = 240+119+63=422 (55% of max value = 765). Red value is 240 (94.14% from 255 or 56.87% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 63 (25% from 255 or 14.93% from 422); Max value from RGB is 240 - color contains mainly: red. Hex color #F0773F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0773F is #0F88C0. Grayscale: #959595. Windows color (decimal): -1018049 or 4159472. OLE color: 4159472.

HSL color Cylindrical-coordinate representation of color #F0773F: hue angle of 18.98º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F0773F is Cyan = 0, Magento = 0.50, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 119 63 -
CMYK 0 0.50 0.74 0.06
HSL 18.98º 0.86% 0.59% -
HSV(B) 18.98º 0.74% 0.94% -
XYZ 43.43 32.08 8.61 -
YUV 148.8 79.59 193.05 -
System Red Green Blue C M Y K H S L
Decimal 240 119 63 0 0.50 0.74 0.06 18.98 0.86 0.59
Hex F0 77 3F 0 32 4A 6 13 56 3B
Octal 360 167 77 0 62 112 6 23 126 73
Binary 11110000 1110111 111111 0 110010 1001010 110 10011 1010110 111011

Color Harmonies of #F0773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0773F

Black with #F0773F

Text Example


Text Example

White with #F0773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0773F; }

 p { color: rgb(240,119,63); }

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

background-color css

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

 a { background-color: rgb(240,119,63); }

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

border-color css

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

 span { border-color: rgb(240,119,63); }

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