Html Css Color HEX #F0773B Pizazz

📋 copy color: '#F0773B'

red 240 ◦ green 119 ◦ blue 59

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

Shades of Pizazz #F0773B

Tints of Pizazz #F0773B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.11%

R = 57.42%
G = 28.47%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#F0773B (or 0xF0773B) is known color: Pizazz. HEX triplet: F0, 77 and 3B. RGB value is (240,119,59). Sum of RGB (Red+Green+Blue) = 240+119+59=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 59 (23.44% from 255 or 14.11% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F0773B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0773B is #0F88C4. Grayscale: #949494. Windows color (decimal): -1018053 or 3897328. OLE color: 3897328.

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

Color convert

RGB 240 119 59 -
CMYK 0 0.50 0.75 0.06
HSL 19.89º 0.86% 0.59% -
HSV(B) 19.89º 0.75% 0.94% -
XYZ 43.32 32.03 8.04 -
YUV 148.34 77.59 193.38 -
System Red Green Blue C M Y K H S L
Decimal 240 119 59 0 0.50 0.75 0.06 19.89 0.86 0.59
Hex F0 77 3B 0 32 4B 6 14 56 3B
Octal 360 167 73 0 62 113 6 24 126 73
Binary 11110000 1110111 111011 0 110010 1001011 110 10100 1010110 111011

Color Harmonies of #F0773B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0773B

Black with #F0773B

Text Example


Text Example

White with #F0773B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0773B; }

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

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

background-color css

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

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

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

border-color css

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

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

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