Html Css Color HEX #F07935 Pizazz

📋 copy color: '#F07935'

red 240 ◦ green 121 ◦ blue 53

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

Shades of Pizazz #F07935

Tints of Pizazz #F07935

RGB

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

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

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

R = 57.97%
G = 29.23%
B = 12.8%

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

#F07935 (or 0xF07935) is known color: Pizazz. HEX triplet: F0, 79 and 35. RGB value is (240,121,53). Sum of RGB (Red+Green+Blue) = 240+121+53=414 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.97% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 53 (21.09% from 255 or 12.80% from 414); Max value from RGB is 240 - color contains mainly: red. Hex color #F07935 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07935 is #0F86CA. Grayscale: #959595. Windows color (decimal): -1017547 or 3504624. OLE color: 3504624.

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

Color convert

RGB 240 121 53 -
CMYK 0 0.50 0.78 0.06
HSL 21.82º 0.86% 0.57% -
HSV(B) 21.82º 0.78% 0.94% -
XYZ 43.42 32.46 7.34 -
YUV 148.83 73.92 193.03 -
System Red Green Blue C M Y K H S L
Decimal 240 121 53 0 0.50 0.78 0.06 21.82 0.86 0.57
Hex F0 79 35 0 32 4E 6 16 56 39
Octal 360 171 65 0 62 116 6 26 126 71
Binary 11110000 1111001 110101 0 110010 1001110 110 10110 1010110 111001

Color Harmonies of #F07935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07935

Black with #F07935

Text Example


Text Example

White with #F07935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07935; }

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

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

background-color css

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

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

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

border-color css

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

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

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