Html Css Color HEX #F07A40 Pizazz

📋 copy color: '#F07A40'

red 240 ◦ green 122 ◦ blue 64

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

Shades of Pizazz #F07A40

Tints of Pizazz #F07A40

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.64%

 BLUE value IS 64 (25.39% from 255) = 15.02%

R = 56.34%
G = 28.64%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F07A40 (or 0xF07A40) is known color: Pizazz. HEX triplet: F0, 7A and 40. RGB value is (240,122,64). Sum of RGB (Red+Green+Blue) = 240+122+64=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07A40 is #0F85BF. Grayscale: #979797. Windows color (decimal): -1017280 or 4225776. OLE color: 4225776.

HSL color Cylindrical-coordinate representation of color #F07A40: hue angle of 19.77º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F07A40 is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 122 64 -
CMYK 0 0.49 0.73 0.06
HSL 19.77º 0.85% 0.6% -
HSV(B) 19.77º 0.73% 0.94% -
XYZ 43.82 32.81 8.87 -
YUV 150.67 79.09 191.72 -
System Red Green Blue C M Y K H S L
Decimal 240 122 64 0 0.49 0.73 0.06 19.77 0.85 0.6
Hex F0 7A 40 0 31 49 6 14 55 3C
Octal 360 172 100 0 61 111 6 24 125 74
Binary 11110000 1111010 1000000 0 110001 1001001 110 10100 1010101 111100

Color Harmonies of #F07A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07A40

Black with #F07A40

Text Example


Text Example

White with #F07A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07A40; }

 p { color: rgb(240,122,64); }

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

background-color css

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

 a { background-color: rgb(240,122,64); }

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

border-color css

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

 span { border-color: rgb(240,122,64); }

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