Html Css Color HEX #F16C14 Pumpkin

📋 copy color: '#F16C14'

red 241 ◦ green 108 ◦ blue 20

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

Shades of Pumpkin #F16C14

Tints of Pumpkin #F16C14

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.27%

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

R = 65.31%
G = 29.27%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F16C14 (or 0xF16C14) is known color: Pumpkin. HEX triplet: F1, 6C and 14. RGB value is (241,108,20). Sum of RGB (Red+Green+Blue) = 241+108+20=369 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.31% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16C14 is #0E93EB. Grayscale: #8A8A8A. Windows color (decimal): -955372 or 1338609. OLE color: 1338609.

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

Color convert

RGB 241 108 20 -
CMYK 0 0.55 0.92 0.05
HSL 23.89º 0.89% 0.51% -
HSV(B) 23.89º 0.92% 0.95% -
XYZ 41.76 29.48 4.15 -
YUV 137.74 61.56 201.66 -
System Red Green Blue C M Y K H S L
Decimal 241 108 20 0 0.55 0.92 0.05 23.89 0.89 0.51
Hex F1 6C 14 0 37 5C 5 18 59 33
Octal 361 154 24 0 67 134 5 30 131 63
Binary 11110001 1101100 10100 0 110111 1011100 101 11000 1011001 110011

Color Harmonies of #F16C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16C14

Black with #F16C14

Text Example


Text Example

White with #F16C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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