Html Css Color HEX #F57120 Pumpkin

📋 copy color: '#F57120'

red 245 ◦ green 113 ◦ blue 32

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

Shades of Pumpkin #F57120

Tints of Pumpkin #F57120

RGB

 RED value IS 245 (96.09% from 255) = 62.82%

 GREEN value IS 113 (44.53% from 255) = 28.97%

 BLUE value IS 32 (12.89% from 255) = 8.21%

R = 62.82%
G = 28.97%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F57120 (or 0xF57120) is known color: Pumpkin. HEX triplet: F5, 71 and 20. RGB value is (245,113,32). Sum of RGB (Red+Green+Blue) = 245+113+32=390 (51% of max value = 765). Red value is 245 (96.09% from 255 or 62.82% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 32 (12.89% from 255 or 8.21% from 390); Max value from RGB is 245 - color contains mainly: red. Hex color #F57120 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57120 is #0A8EDF. Grayscale: #8F8F8F. Windows color (decimal): -691936 or 2126325. OLE color: 2126325.

HSL color Cylindrical-coordinate representation of color #F57120: hue angle of 22.82º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F57120 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 113 32 -
CMYK 0 0.54 0.87 0.04
HSL 22.82º 0.91% 0.54% -
HSV(B) 22.82º 0.87% 0.96% -
XYZ 43.82 31.33 5.1 -
YUV 143.23 65.23 200.59 -
System Red Green Blue C M Y K H S L
Decimal 245 113 32 0 0.54 0.87 0.04 22.82 0.91 0.54
Hex F5 71 20 0 36 57 4 17 5B 36
Octal 365 161 40 0 66 127 4 27 133 66
Binary 11110101 1110001 100000 0 110110 1010111 100 10111 1011011 110110

Color Harmonies of #F57120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57120

Black with #F57120

Text Example


Text Example

White with #F57120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57120; }

 p { color: rgb(245,113,32); }

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

background-color css

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

 a { background-color: rgb(245,113,32); }

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

border-color css

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

 span { border-color: rgb(245,113,32); }

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