Html Css Color HEX #F16F10 Pumpkin

📋 copy color: '#F16F10'

red 241 ◦ green 111 ◦ blue 16

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

Shades of Pumpkin #F16F10

Tints of Pumpkin #F16F10

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.16%

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

R = 65.49%
G = 30.16%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F16F10 (or 0xF16F10) is known color: Pumpkin. HEX triplet: F1, 6F and 10. RGB value is (241,111,16). Sum of RGB (Red+Green+Blue) = 241+111+16=368 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.49% from 368); Green value is 111 (43.75% from 255 or 30.16% from 368); Blue value is 16 (6.64% from 255 or 4.35% from 368); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16F10 is #0E90EF. Grayscale: #8B8B8B. Windows color (decimal): -954608 or 1077233. OLE color: 1077233.

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

Color convert

RGB 241 111 16 -
CMYK 0 0.54 0.93 0.05
HSL 25.33º 0.89% 0.5% -
HSV(B) 25.33º 0.93% 0.95% -
XYZ 42.05 30.11 4.08 -
YUV 139.04 58.57 200.72 -
System Red Green Blue C M Y K H S L
Decimal 241 111 16 0 0.54 0.93 0.05 25.33 0.89 0.5
Hex F1 6F 10 0 36 5D 5 19 59 32
Octal 361 157 20 0 66 135 5 31 131 62
Binary 11110001 1101111 10000 0 110110 1011101 101 11001 1011001 110010

Color Harmonies of #F16F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16F10

Black with #F16F10

Text Example


Text Example

White with #F16F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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