Html Css Color HEX #F07B40 Pizazz

📋 copy color: '#F07B40'

red 240 ◦ green 123 ◦ blue 64

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

Shades of Pizazz #F07B40

Tints of Pizazz #F07B40

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.81%

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

R = 56.21%
G = 28.81%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#F07B40 (or 0xF07B40) is known color: Pizazz. HEX triplet: F0, 7B and 40. RGB value is (240,123,64). Sum of RGB (Red+Green+Blue) = 240+123+64=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 123 (48.44% from 255 or 28.81% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F07B40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07B40 is #0F84BF. Grayscale: #979797. Windows color (decimal): -1017024 or 4226032. OLE color: 4226032.

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

Color convert

RGB 240 123 64 -
CMYK 0 0.49 0.73 0.06
HSL 20.11º 0.85% 0.6% -
HSV(B) 20.11º 0.73% 0.94% -
XYZ 43.94 33.06 8.92 -
YUV 151.26 78.76 191.3 -
System Red Green Blue C M Y K H S L
Decimal 240 123 64 0 0.49 0.73 0.06 20.11 0.85 0.6
Hex F0 7B 40 0 31 49 6 14 55 3C
Octal 360 173 100 0 61 111 6 24 125 74
Binary 11110000 1111011 1000000 0 110001 1001001 110 10100 1010101 111100

Color Harmonies of #F07B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07B40

Black with #F07B40

Text Example


Text Example

White with #F07B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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