Html Css Color HEX #F16D16 Pumpkin

📋 copy color: '#F16D16'

red 241 ◦ green 109 ◦ blue 22

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

Shades of Pumpkin #F16D16

Tints of Pumpkin #F16D16

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.3%

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

R = 64.78%
G = 29.3%
B = 5.91%

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

#F16D16 (or 0xF16D16) is known color: Pumpkin. HEX triplet: F1, 6D and 16. RGB value is (241,109,22). Sum of RGB (Red+Green+Blue) = 241+109+22=372 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.78% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 22 (8.98% from 255 or 5.91% from 372); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16D16 is #0E92E9. Grayscale: #8B8B8B. Windows color (decimal): -955114 or 1469937. OLE color: 1469937.

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

Color convert

RGB 241 109 22 -
CMYK 0 0.55 0.91 0.05
HSL 23.84º 0.89% 0.52% -
HSV(B) 23.84º 0.91% 0.95% -
XYZ 41.89 29.7 4.28 -
YUV 138.55 62.23 201.07 -
System Red Green Blue C M Y K H S L
Decimal 241 109 22 0 0.55 0.91 0.05 23.84 0.89 0.52
Hex F1 6D 16 0 37 5B 5 18 59 34
Octal 361 155 26 0 67 133 5 30 131 64
Binary 11110001 1101101 10110 0 110111 1011011 101 11000 1011001 110100

Color Harmonies of #F16D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16D16

Black with #F16D16

Text Example


Text Example

White with #F16D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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