Html Css Color HEX #F16D1C Pumpkin

📋 copy color: '#F16D1C'

red 241 ◦ green 109 ◦ blue 28

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

Shades of Pumpkin #F16D1C

Tints of Pumpkin #F16D1C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.84%

 BLUE value IS 28 (11.33% from 255) = 7.41%

R = 63.76%
G = 28.84%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F16D1C (or 0xF16D1C) is known color: Pumpkin. HEX triplet: F1, 6D and 1C. RGB value is (241,109,28). Sum of RGB (Red+Green+Blue) = 241+109+28=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 28 (11.33% from 255 or 7.41% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F16D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16D1C is #0E92E3. Grayscale: #8B8B8B. Windows color (decimal): -955108 or 1863153. OLE color: 1863153.

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

Color convert

RGB 241 109 28 -
CMYK 0 0.55 0.88 0.05
HSL 22.82º 0.88% 0.53% -
HSV(B) 22.82º 0.88% 0.95% -
XYZ 41.95 29.72 4.62 -
YUV 139.23 65.23 200.59 -
System Red Green Blue C M Y K H S L
Decimal 241 109 28 0 0.55 0.88 0.05 22.82 0.88 0.53
Hex F1 6D 1C 0 37 58 5 17 58 35
Octal 361 155 34 0 67 130 5 27 130 65
Binary 11110001 1101101 11100 0 110111 1011000 101 10111 1011000 110101

Color Harmonies of #F16D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16D1C

Black with #F16D1C

Text Example


Text Example

White with #F16D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16D1C; }

 p { color: rgb(241,109,28); }

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

background-color css

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

 a { background-color: rgb(241,109,28); }

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

border-color css

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

 span { border-color: rgb(241,109,28); }

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