Html Css Color HEX #F07D3F Pizazz

📋 copy color: '#F07D3F'

red 240 ◦ green 125 ◦ blue 63

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

Shades of Pizazz #F07D3F

Tints of Pizazz #F07D3F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.21%

 BLUE value IS 63 (25% from 255) = 14.72%

R = 56.07%
G = 29.21%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#F07D3F (or 0xF07D3F) is known color: Pizazz. HEX triplet: F0, 7D and 3F. RGB value is (240,125,63). Sum of RGB (Red+Green+Blue) = 240+125+63=428 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.07% from 428); Green value is 125 (49.22% from 255 or 29.21% from 428); Blue value is 63 (25% from 255 or 14.72% from 428); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07D3F is #0F82C0. Grayscale: #989898. Windows color (decimal): -1016513 or 4161008. OLE color: 4161008.

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

Color convert

RGB 240 125 63 -
CMYK 0 0.48 0.74 0.06
HSL 21.02º 0.86% 0.59% -
HSV(B) 21.02º 0.74% 0.94% -
XYZ 44.17 33.55 8.85 -
YUV 152.32 77.6 190.54 -
System Red Green Blue C M Y K H S L
Decimal 240 125 63 0 0.48 0.74 0.06 21.02 0.86 0.59
Hex F0 7D 3F 0 30 4A 6 15 56 3B
Octal 360 175 77 0 60 112 6 25 126 73
Binary 11110000 1111101 111111 0 110000 1001010 110 10101 1010110 111011

Color Harmonies of #F07D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07D3F

Black with #F07D3F

Text Example


Text Example

White with #F07D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07D3F; }

 p { color: rgb(240,125,63); }

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

background-color css

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

 a { background-color: rgb(240,125,63); }

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

border-color css

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

 span { border-color: rgb(240,125,63); }

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