Html Css Color HEX #F07735 Pizazz

📋 copy color: '#F07735'

red 240 ◦ green 119 ◦ blue 53

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

Shades of Pizazz #F07735

Tints of Pizazz #F07735

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.86%

R = 58.25%
G = 28.88%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F07735 (or 0xF07735) is known color: Pizazz. HEX triplet: F0, 77 and 35. RGB value is (240,119,53). Sum of RGB (Red+Green+Blue) = 240+119+53=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 119 (46.88% from 255 or 28.88% from 412); Blue value is 53 (21.09% from 255 or 12.86% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F07735 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07735 is #0F88CA. Grayscale: #949494. Windows color (decimal): -1018059 or 3504112. OLE color: 3504112.

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

Color convert

RGB 240 119 53 -
CMYK 0 0.50 0.78 0.06
HSL 21.18º 0.86% 0.57% -
HSV(B) 21.18º 0.78% 0.94% -
XYZ 43.17 31.98 7.26 -
YUV 147.66 74.59 193.87 -
System Red Green Blue C M Y K H S L
Decimal 240 119 53 0 0.50 0.78 0.06 21.18 0.86 0.57
Hex F0 77 35 0 32 4E 6 15 56 39
Octal 360 167 65 0 62 116 6 25 126 71
Binary 11110000 1110111 110101 0 110010 1001110 110 10101 1010110 111001

Color Harmonies of #F07735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07735

Black with #F07735

Text Example


Text Example

White with #F07735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07735; }

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

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

background-color css

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

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

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

border-color css

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

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

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