Html Css Color HEX #F16A10 Pumpkin

📋 copy color: '#F16A10'

red 241 ◦ green 106 ◦ blue 16

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

Shades of Pumpkin #F16A10

Tints of Pumpkin #F16A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.41%

R = 66.39%
G = 29.2%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F16A10 (or 0xF16A10) is known color: Pumpkin. HEX triplet: F1, 6A and 10. RGB value is (241,106,16). Sum of RGB (Red+Green+Blue) = 241+106+16=363 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.39% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16A10 is #0E95EF. Grayscale: #888888. Windows color (decimal): -955888 or 1075953. OLE color: 1075953.

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

Color convert

RGB 241 106 16 -
CMYK 0 0.56 0.93 0.05
HSL 24º 0.89% 0.5% -
HSV(B) 24º 0.93% 0.95% -
XYZ 41.52 29.05 3.91 -
YUV 136.11 60.23 202.82 -
System Red Green Blue C M Y K H S L
Decimal 241 106 16 0 0.56 0.93 0.05 24 0.89 0.5
Hex F1 6A 10 0 38 5D 5 18 59 32
Octal 361 152 20 0 70 135 5 30 131 62
Binary 11110001 1101010 10000 0 111000 1011101 101 11000 1011001 110010

Color Harmonies of #F16A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16A10

Black with #F16A10

Text Example


Text Example

White with #F16A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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