Html Css Color HEX #F16914 Pumpkin

📋 copy color: '#F16914'

red 241 ◦ green 105 ◦ blue 20

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

Shades of Pumpkin #F16914

Tints of Pumpkin #F16914

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.69%

 BLUE value IS 20 (8.2% from 255) = 5.46%

R = 65.85%
G = 28.69%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F16914 (or 0xF16914) is known color: Pumpkin. HEX triplet: F1, 69 and 14. RGB value is (241,105,20). Sum of RGB (Red+Green+Blue) = 241+105+20=366 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.85% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 241 - color contains mainly: red. Hex color #F16914 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16914 is #0E96EB. Grayscale: #888888. Windows color (decimal): -956140 or 1337841. OLE color: 1337841.

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

Color convert

RGB 241 105 20 -
CMYK 0 0.56 0.92 0.05
HSL 23.08º 0.89% 0.51% -
HSV(B) 23.08º 0.92% 0.95% -
XYZ 41.45 28.85 4.05 -
YUV 135.97 62.56 202.91 -
System Red Green Blue C M Y K H S L
Decimal 241 105 20 0 0.56 0.92 0.05 23.08 0.89 0.51
Hex F1 69 14 0 38 5C 5 17 59 33
Octal 361 151 24 0 70 134 5 27 131 63
Binary 11110001 1101001 10100 0 111000 1011100 101 10111 1011001 110011

Color Harmonies of #F16914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16914

Black with #F16914

Text Example


Text Example

White with #F16914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16914; }

 p { color: rgb(241,105,20); }

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

background-color css

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

 a { background-color: rgb(241,105,20); }

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

border-color css

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

 span { border-color: rgb(241,105,20); }

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