Html Css Color HEX #F16C16 Pumpkin

📋 copy color: '#F16C16'

red 241 ◦ green 108 ◦ blue 22

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

Shades of Pumpkin #F16C16

Tints of Pumpkin #F16C16

RGB

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

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

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

R = 64.96%
G = 29.11%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F16C16 (or 0xF16C16) is known color: Pumpkin. HEX triplet: F1, 6C and 16. RGB value is (241,108,22). Sum of RGB (Red+Green+Blue) = 241+108+22=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16C16 is #0E93E9. Grayscale: #8A8A8A. Windows color (decimal): -955370 or 1469681. OLE color: 1469681.

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

Color convert

RGB 241 108 22 -
CMYK 0 0.55 0.91 0.05
HSL 23.56º 0.89% 0.52% -
HSV(B) 23.56º 0.91% 0.95% -
XYZ 41.78 29.48 4.25 -
YUV 137.96 62.56 201.49 -
System Red Green Blue C M Y K H S L
Decimal 241 108 22 0 0.55 0.91 0.05 23.56 0.89 0.52
Hex F1 6C 16 0 37 5B 5 18 59 34
Octal 361 154 26 0 67 133 5 30 131 64
Binary 11110001 1101100 10110 0 110111 1011011 101 11000 1011001 110100

Color Harmonies of #F16C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16C16

Black with #F16C16

Text Example


Text Example

White with #F16C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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