Html Css Color HEX #F47E20 Pumpkin

📋 copy color: '#F47E20'

red 244 ◦ green 126 ◦ blue 32

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

Shades of Pumpkin #F47E20

Tints of Pumpkin #F47E20

RGB

 RED value IS 244 (95.7% from 255) = 60.7%

 GREEN value IS 126 (49.61% from 255) = 31.34%

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

R = 60.7%
G = 31.34%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F47E20 (or 0xF47E20) is known color: Pumpkin. HEX triplet: F4, 7E and 20. RGB value is (244,126,32). Sum of RGB (Red+Green+Blue) = 244+126+32=402 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.70% from 402); Green value is 126 (49.61% from 255 or 31.34% from 402); Blue value is 32 (12.89% from 255 or 7.96% from 402); Max value from RGB is 244 - color contains mainly: red. Hex color #F47E20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47E20 is #0B81DF. Grayscale: #979797. Windows color (decimal): -754144 or 2129652. OLE color: 2129652.

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

Color convert

RGB 244 126 32 -
CMYK 0 0.48 0.87 0.04
HSL 26.6º 0.91% 0.54% -
HSV(B) 26.6º 0.87% 0.96% -
XYZ 45.03 34.26 5.61 -
YUV 150.57 61.09 194.64 -
System Red Green Blue C M Y K H S L
Decimal 244 126 32 0 0.48 0.87 0.04 26.6 0.91 0.54
Hex F4 7E 20 0 30 57 4 1B 5B 36
Octal 364 176 40 0 60 127 4 33 133 66
Binary 11110100 1111110 100000 0 110000 1010111 100 11011 1011011 110110

Color Harmonies of #F47E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47E20

Black with #F47E20

Text Example


Text Example

White with #F47E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47E20; }

 p { color: rgb(244,126,32); }

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

background-color css

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

 a { background-color: rgb(244,126,32); }

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

border-color css

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

 span { border-color: rgb(244,126,32); }

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