Html Css Color HEX #F16516 Pumpkin

📋 copy color: '#F16516'

red 241 ◦ green 101 ◦ blue 22

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

Shades of Pumpkin #F16516

Tints of Pumpkin #F16516

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.75%

 BLUE value IS 22 (8.98% from 255) = 6.04%

R = 66.21%
G = 27.75%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F16516 (or 0xF16516) is known color: Pumpkin. HEX triplet: F1, 65 and 16. RGB value is (241,101,22). Sum of RGB (Red+Green+Blue) = 241+101+22=364 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.21% from 364); Green value is 101 (39.84% from 255 or 27.75% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 241 - color contains mainly: red. Hex color #F16516 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16516 is #0E9AE9. Grayscale: #868686. Windows color (decimal): -957162 or 1467889. OLE color: 1467889.

HSL color Cylindrical-coordinate representation of color #F16516: hue angle of 21.64º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F16516 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 101 22 -
CMYK 0 0.58 0.91 0.05
HSL 21.64º 0.89% 0.52% -
HSV(B) 21.64º 0.91% 0.95% -
XYZ 41.07 28.07 4.01 -
YUV 133.85 64.88 204.42 -
System Red Green Blue C M Y K H S L
Decimal 241 101 22 0 0.58 0.91 0.05 21.64 0.89 0.52
Hex F1 65 16 0 3A 5B 5 16 59 34
Octal 361 145 26 0 72 133 5 26 131 64
Binary 11110001 1100101 10110 0 111010 1011011 101 10110 1011001 110100

Color Harmonies of #F16516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16516

Black with #F16516

Text Example


Text Example

White with #F16516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16516; }

 p { color: rgb(241,101,22); }

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

background-color css

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

 a { background-color: rgb(241,101,22); }

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

border-color css

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

 span { border-color: rgb(241,101,22); }

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