Html Css Color HEX #F16C11 Pumpkin

📋 copy color: '#F16C11'

red 241 ◦ green 108 ◦ blue 17

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

Shades of Pumpkin #F16C11

Tints of Pumpkin #F16C11

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.51%

 BLUE value IS 17 (7.03% from 255) = 4.64%

R = 65.85%
G = 29.51%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F16C11 (or 0xF16C11) is known color: Pumpkin. HEX triplet: F1, 6C and 11. RGB value is (241,108,17). Sum of RGB (Red+Green+Blue) = 241+108+17=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 17 (7.03% from 255 or 4.64% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16C11 is #0E93EE. Grayscale: #898989. Windows color (decimal): -955375 or 1142001. OLE color: 1142001.

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

Color convert

RGB 241 108 17 -
CMYK 0 0.55 0.93 0.05
HSL 24.38º 0.89% 0.51% -
HSV(B) 24.38º 0.93% 0.95% -
XYZ 41.74 29.47 4.02 -
YUV 137.39 60.06 201.9 -
System Red Green Blue C M Y K H S L
Decimal 241 108 17 0 0.55 0.93 0.05 24.38 0.89 0.51
Hex F1 6C 11 0 37 5D 5 18 59 33
Octal 361 154 21 0 67 135 5 30 131 63
Binary 11110001 1101100 10001 0 110111 1011101 101 11000 1011001 110011

Color Harmonies of #F16C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16C11

Black with #F16C11

Text Example


Text Example

White with #F16C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16C11; }

 p { color: rgb(241,108,17); }

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

background-color css

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

 a { background-color: rgb(241,108,17); }

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

border-color css

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

 span { border-color: rgb(241,108,17); }

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