Html Css Color HEX #F07840 Pizazz

📋 copy color: '#F07840'

red 240 ◦ green 120 ◦ blue 64

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

Shades of Pizazz #F07840

Tints of Pizazz #F07840

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.3%

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

R = 56.6%
G = 28.3%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F07840 (or 0xF07840) is known color: Pizazz. HEX triplet: F0, 78 and 40. RGB value is (240,120,64). Sum of RGB (Red+Green+Blue) = 240+120+64=424 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.60% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 240 - color contains mainly: red. Hex color #F07840 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07840 is #0F87BF. Grayscale: #959595. Windows color (decimal): -1017792 or 4225264. OLE color: 4225264.

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

Color convert

RGB 240 120 64 -
CMYK 0 0.5 0.73 0.06
HSL 19.09º 0.85% 0.6% -
HSV(B) 19.09º 0.73% 0.94% -
XYZ 43.58 32.33 8.79 -
YUV 149.5 79.76 192.55 -
System Red Green Blue C M Y K H S L
Decimal 240 120 64 0 0.5 0.73 0.06 19.09 0.85 0.6
Hex F0 78 40 0 32 49 6 13 55 3C
Octal 360 170 100 0 62 111 6 23 125 74
Binary 11110000 1111000 1000000 0 110010 1001001 110 10011 1010101 111100

Color Harmonies of #F07840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07840

Black with #F07840

Text Example


Text Example

White with #F07840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07840; }

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

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

background-color css

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

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

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

border-color css

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

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

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