Html Css Color HEX #F1601C Pumpkin

📋 copy color: '#F1601C'

red 241 ◦ green 96 ◦ blue 28

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

Shades of Pumpkin #F1601C

Tints of Pumpkin #F1601C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.3%

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

R = 66.03%
G = 26.3%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1601C (or 0xF1601C) is known color: Pumpkin. HEX triplet: F1, 60 and 1C. RGB value is (241,96,28). Sum of RGB (Red+Green+Blue) = 241+96+28=365 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.03% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 241 - color contains mainly: red. Hex color #F1601C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F1601C is #0E9FE3. Grayscale: #848484. Windows color (decimal): -958436 or 1859825. OLE color: 1859825.

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

Color convert

RGB 241 96 28 -
CMYK 0 0.60 0.88 0.05
HSL 19.15º 0.88% 0.53% -
HSV(B) 19.15º 0.88% 0.95% -
XYZ 40.67 27.15 4.2 -
YUV 131.6 69.54 206.03 -
System Red Green Blue C M Y K H S L
Decimal 241 96 28 0 0.60 0.88 0.05 19.15 0.88 0.53
Hex F1 60 1C 0 3C 58 5 13 58 35
Octal 361 140 34 0 74 130 5 23 130 65
Binary 11110001 1100000 11100 0 111100 1011000 101 10011 1011000 110101

Color Harmonies of #F1601C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1601C

Black with #F1601C

Text Example


Text Example

White with #F1601C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1601C; }

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

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

background-color css

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

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

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

border-color css

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

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

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