Html Css Color HEX #F16220 Pumpkin

📋 copy color: '#F16220'

red 241 ◦ green 98 ◦ blue 32

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

Shades of Pumpkin #F16220

Tints of Pumpkin #F16220

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.42%

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

R = 64.96%
G = 26.42%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F16220 (or 0xF16220) is known color: Pumpkin. HEX triplet: F1, 62 and 20. RGB value is (241,98,32). Sum of RGB (Red+Green+Blue) = 241+98+32=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 32 (12.89% from 255 or 8.63% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F16220 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16220 is #0E9DDF. Grayscale: #858585. Windows color (decimal): -957920 or 2122481. OLE color: 2122481.

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

Color convert

RGB 241 98 32 -
CMYK 0 0.59 0.87 0.05
HSL 18.95º 0.88% 0.54% -
HSV(B) 18.95º 0.87% 0.95% -
XYZ 40.9 27.54 4.53 -
YUV 133.23 70.88 204.87 -
System Red Green Blue C M Y K H S L
Decimal 241 98 32 0 0.59 0.87 0.05 18.95 0.88 0.54
Hex F1 62 20 0 3B 57 5 13 58 36
Octal 361 142 40 0 73 127 5 23 130 66
Binary 11110001 1100010 100000 0 111011 1010111 101 10011 1011000 110110

Color Harmonies of #F16220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16220

Black with #F16220

Text Example


Text Example

White with #F16220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16220; }

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

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

background-color css

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

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

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

border-color css

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

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

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