Html Css Color HEX #F16E20 Pumpkin

📋 copy color: '#F16E20'

red 241 ◦ green 110 ◦ blue 32

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

Shades of Pumpkin #F16E20

Tints of Pumpkin #F16E20

RGB

 RED value IS 241 (94.53% from 255) = 62.92%

 GREEN value IS 110 (43.36% from 255) = 28.72%

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

R = 62.92%
G = 28.72%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F16E20 (or 0xF16E20) is known color: Pumpkin. HEX triplet: F1, 6E and 20. RGB value is (241,110,32). Sum of RGB (Red+Green+Blue) = 241+110+32=383 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.92% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 32 (12.89% from 255 or 8.36% from 383); Max value from RGB is 241 - color contains mainly: red. Hex color #F16E20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16E20 is #0E91DF. Grayscale: #8C8C8C. Windows color (decimal): -954848 or 2125553. OLE color: 2125553.

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

Color convert

RGB 241 110 32 -
CMYK 0 0.54 0.87 0.05
HSL 22.39º 0.88% 0.54% -
HSV(B) 22.39º 0.87% 0.95% -
XYZ 42.11 29.96 4.93 -
YUV 140.28 66.9 199.84 -
System Red Green Blue C M Y K H S L
Decimal 241 110 32 0 0.54 0.87 0.05 22.39 0.88 0.54
Hex F1 6E 20 0 36 57 5 16 58 36
Octal 361 156 40 0 66 127 5 26 130 66
Binary 11110001 1101110 100000 0 110110 1010111 101 10110 1011000 110110

Color Harmonies of #F16E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16E20

Black with #F16E20

Text Example


Text Example

White with #F16E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16E20; }

 p { color: rgb(241,110,32); }

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

background-color css

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

 a { background-color: rgb(241,110,32); }

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

border-color css

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

 span { border-color: rgb(241,110,32); }

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