Html Css Color HEX #F16A16 Pumpkin

📋 copy color: '#F16A16'

red 241 ◦ green 106 ◦ blue 22

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

Shades of Pumpkin #F16A16

Tints of Pumpkin #F16A16

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.73%

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

R = 65.31%
G = 28.73%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F16A16 (or 0xF16A16) is known color: Pumpkin. HEX triplet: F1, 6A and 16. RGB value is (241,106,22). Sum of RGB (Red+Green+Blue) = 241+106+22=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 22 (8.98% from 255 or 5.96% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16A16 is #0E95E9. Grayscale: #898989. Windows color (decimal): -955882 or 1469169. OLE color: 1469169.

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

Color convert

RGB 241 106 22 -
CMYK 0 0.56 0.91 0.05
HSL 23.01º 0.89% 0.52% -
HSV(B) 23.01º 0.91% 0.95% -
XYZ 41.57 29.07 4.18 -
YUV 136.79 63.23 202.33 -
System Red Green Blue C M Y K H S L
Decimal 241 106 22 0 0.56 0.91 0.05 23.01 0.89 0.52
Hex F1 6A 16 0 38 5B 5 17 59 34
Octal 361 152 26 0 70 133 5 27 131 64
Binary 11110001 1101010 10110 0 111000 1011011 101 10111 1011001 110100

Color Harmonies of #F16A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16A16

Black with #F16A16

Text Example


Text Example

White with #F16A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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