Html Css Color HEX #F16A1F Pumpkin

📋 copy color: '#F16A1F'

red 241 ◦ green 106 ◦ blue 31

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

Shades of Pumpkin #F16A1F

Tints of Pumpkin #F16A1F

RGB

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

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

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

R = 63.76%
G = 28.04%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F16A1F (or 0xF16A1F) is known color: Pumpkin. HEX triplet: F1, 6A and 1F. RGB value is (241,106,31). Sum of RGB (Red+Green+Blue) = 241+106+31=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 31 (12.5% from 255 or 8.20% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16A1F is #0E95E0. Grayscale: #8A8A8A. Windows color (decimal): -955873 or 2058993. OLE color: 2058993.

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

Color convert

RGB 241 106 31 -
CMYK 0 0.56 0.87 0.05
HSL 21.43º 0.88% 0.53% -
HSV(B) 21.43º 0.87% 0.95% -
XYZ 41.68 29.11 4.72 -
YUV 137.82 67.73 201.6 -
System Red Green Blue C M Y K H S L
Decimal 241 106 31 0 0.56 0.87 0.05 21.43 0.88 0.53
Hex F1 6A 1F 0 38 57 5 15 58 35
Octal 361 152 37 0 70 127 5 25 130 65
Binary 11110001 1101010 11111 0 111000 1010111 101 10101 1011000 110101

Color Harmonies of #F16A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16A1F

Black with #F16A1F

Text Example


Text Example

White with #F16A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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