Html Css Color HEX #F16E1F Pumpkin

📋 copy color: '#F16E1F'

red 241 ◦ green 110 ◦ blue 31

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

Shades of Pumpkin #F16E1F

Tints of Pumpkin #F16E1F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.8%

 BLUE value IS 31 (12.5% from 255) = 8.12%

R = 63.09%
G = 28.8%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F16E1F (or 0xF16E1F) is known color: Pumpkin. HEX triplet: F1, 6E and 1F. RGB value is (241,110,31). Sum of RGB (Red+Green+Blue) = 241+110+31=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 31 (12.5% from 255 or 8.12% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F16E1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16E1F is #0E91E0. Grayscale: #8C8C8C. Windows color (decimal): -954849 or 2060017. OLE color: 2060017.

HSL color Cylindrical-coordinate representation of color #F16E1F: hue angle of 22.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F16E1F is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 110 31 -
CMYK 0 0.54 0.87 0.05
HSL 22.57º 0.88% 0.53% -
HSV(B) 22.57º 0.87% 0.95% -
XYZ 42.1 29.95 4.86 -
YUV 140.16 66.4 199.92 -
System Red Green Blue C M Y K H S L
Decimal 241 110 31 0 0.54 0.87 0.05 22.57 0.88 0.53
Hex F1 6E 1F 0 36 57 5 17 58 35
Octal 361 156 37 0 66 127 5 27 130 65
Binary 11110001 1101110 11111 0 110110 1010111 101 10111 1011000 110101

Color Harmonies of #F16E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16E1F

Black with #F16E1F

Text Example


Text Example

White with #F16E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16E1F; }

 p { color: rgb(241,110,31); }

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

background-color css

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

 a { background-color: rgb(241,110,31); }

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

border-color css

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

 span { border-color: rgb(241,110,31); }

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