Html Css Color HEX #F07940 Pizazz

📋 copy color: '#F07940'

red 240 ◦ green 121 ◦ blue 64

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

Shades of Pizazz #F07940

Tints of Pizazz #F07940

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.47%

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

R = 56.47%
G = 28.47%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F07940 (or 0xF07940) is known color: Pizazz. HEX triplet: F0, 79 and 40. RGB value is (240,121,64). Sum of RGB (Red+Green+Blue) = 240+121+64=425 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.47% from 425); Green value is 121 (47.66% from 255 or 28.47% from 425); Blue value is 64 (25.39% from 255 or 15.06% from 425); Max value from RGB is 240 - color contains mainly: red. Hex color #F07940 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07940 is #0F86BF. Grayscale: #969696. Windows color (decimal): -1017536 or 4225520. OLE color: 4225520.

HSL color Cylindrical-coordinate representation of color #F07940: hue angle of 19.43º 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 #F07940 is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 121 64 -
CMYK 0 0.50 0.73 0.06
HSL 19.43º 0.85% 0.6% -
HSV(B) 19.43º 0.73% 0.94% -
XYZ 43.7 32.57 8.83 -
YUV 150.08 79.42 192.13 -
System Red Green Blue C M Y K H S L
Decimal 240 121 64 0 0.50 0.73 0.06 19.43 0.85 0.6
Hex F0 79 40 0 32 49 6 13 55 3C
Octal 360 171 100 0 62 111 6 23 125 74
Binary 11110000 1111001 1000000 0 110010 1001001 110 10011 1010101 111100

Color Harmonies of #F07940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07940

Black with #F07940

Text Example


Text Example

White with #F07940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07940; }

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

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

background-color css

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

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

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

border-color css

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

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

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