Html Css Color HEX #F16C1E Pumpkin

📋 copy color: '#F16C1E'

red 241 ◦ green 108 ◦ blue 30

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

Shades of Pumpkin #F16C1E

Tints of Pumpkin #F16C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.92%

R = 63.59%
G = 28.5%
B = 7.92%

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

#F16C1E (or 0xF16C1E) is known color: Pumpkin. HEX triplet: F1, 6C and 1E. RGB value is (241,108,30). Sum of RGB (Red+Green+Blue) = 241+108+30=379 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.59% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 30 (12.11% from 255 or 7.92% from 379); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16C1E is #0E93E1. Grayscale: #8B8B8B. Windows color (decimal): -955362 or 1993969. OLE color: 1993969.

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

Color convert

RGB 241 108 30 -
CMYK 0 0.55 0.88 0.05
HSL 22.18º 0.88% 0.53% -
HSV(B) 22.18º 0.88% 0.95% -
XYZ 41.87 29.52 4.72 -
YUV 138.88 66.56 200.84 -
System Red Green Blue C M Y K H S L
Decimal 241 108 30 0 0.55 0.88 0.05 22.18 0.88 0.53
Hex F1 6C 1E 0 37 58 5 16 58 35
Octal 361 154 36 0 67 130 5 26 130 65
Binary 11110001 1101100 11110 0 110111 1011000 101 10110 1011000 110101

Color Harmonies of #F16C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16C1E

Black with #F16C1E

Text Example


Text Example

White with #F16C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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