Html Css Color HEX #F57620 Pumpkin

📋 copy color: '#F57620'

red 245 ◦ green 118 ◦ blue 32

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

Shades of Pumpkin #F57620

Tints of Pumpkin #F57620

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.87%

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

R = 62.03%
G = 29.87%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F57620 (or 0xF57620) is known color: Pumpkin. HEX triplet: F5, 76 and 20. RGB value is (245,118,32). Sum of RGB (Red+Green+Blue) = 245+118+32=395 (52% of max value = 765). Red value is 245 (96.09% from 255 or 62.03% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 245 - color contains mainly: red. Hex color #F57620 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F57620 is #0A89DF. Grayscale: #929292. Windows color (decimal): -690656 or 2127605. OLE color: 2127605.

HSL color Cylindrical-coordinate representation of color #F57620: hue angle of 24.23º 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 #F57620 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 118 32 -
CMYK 0 0.52 0.87 0.04
HSL 24.23º 0.91% 0.54% -
HSV(B) 24.23º 0.87% 0.96% -
XYZ 44.4 32.47 5.29 -
YUV 146.17 63.58 198.49 -
System Red Green Blue C M Y K H S L
Decimal 245 118 32 0 0.52 0.87 0.04 24.23 0.91 0.54
Hex F5 76 20 0 34 57 4 18 5B 36
Octal 365 166 40 0 64 127 4 30 133 66
Binary 11110101 1110110 100000 0 110100 1010111 100 11000 1011011 110110

Color Harmonies of #F57620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F57620

Black with #F57620

Text Example


Text Example

White with #F57620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F57620; }

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

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

background-color css

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

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

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

border-color css

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

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

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