Html Css Color HEX #F07A34 Pizazz

📋 copy color: '#F07A34'

red 240 ◦ green 122 ◦ blue 52

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

Shades of Pizazz #F07A34

Tints of Pizazz #F07A34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.56%

R = 57.97%
G = 29.47%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F07A34 (or 0xF07A34) is known color: Pizazz. HEX triplet: F0, 7A and 34. RGB value is (240,122,52). Sum of RGB (Red+Green+Blue) = 240+122+52=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 52 (20.70% from 255 or 12.56% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07A34 is #0F85CB. Grayscale: #959595. Windows color (decimal): -1017292 or 3439344. OLE color: 3439344.

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

Color convert

RGB 240 122 52 -
CMYK 0 0.49 0.78 0.06
HSL 22.34º 0.86% 0.57% -
HSV(B) 22.34º 0.78% 0.94% -
XYZ 43.51 32.69 7.27 -
YUV 149.3 73.09 192.69 -
System Red Green Blue C M Y K H S L
Decimal 240 122 52 0 0.49 0.78 0.06 22.34 0.86 0.57
Hex F0 7A 34 0 31 4E 6 16 56 39
Octal 360 172 64 0 61 116 6 26 126 71
Binary 11110000 1111010 110100 0 110001 1001110 110 10110 1010110 111001

Color Harmonies of #F07A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07A34

Black with #F07A34

Text Example


Text Example

White with #F07A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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