Html Css Color HEX #F17C20 Pumpkin

📋 copy color: '#F17C20'

red 241 ◦ green 124 ◦ blue 32

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

Shades of Pumpkin #F17C20

Tints of Pumpkin #F17C20

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.23%

 BLUE value IS 32 (12.89% from 255) = 8.06%

R = 60.71%
G = 31.23%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F17C20 (or 0xF17C20) is known color: Pumpkin. HEX triplet: F1, 7C and 20. RGB value is (241,124,32). Sum of RGB (Red+Green+Blue) = 241+124+32=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 32 (12.89% from 255 or 8.06% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17C20 is #0E83DF. Grayscale: #949494. Windows color (decimal): -951264 or 2129137. OLE color: 2129137.

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

Color convert

RGB 241 124 32 -
CMYK 0 0.49 0.87 0.05
HSL 26.41º 0.88% 0.54% -
HSV(B) 26.41º 0.87% 0.95% -
XYZ 43.74 33.22 5.47 -
YUV 148.5 62.26 193.98 -
System Red Green Blue C M Y K H S L
Decimal 241 124 32 0 0.49 0.87 0.05 26.41 0.88 0.54
Hex F1 7C 20 0 31 57 5 1A 58 36
Octal 361 174 40 0 61 127 5 32 130 66
Binary 11110001 1111100 100000 0 110001 1010111 101 11010 1011000 110110

Color Harmonies of #F17C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17C20

Black with #F17C20

Text Example


Text Example

White with #F17C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17C20; }

 p { color: rgb(241,124,32); }

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

background-color css

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

 a { background-color: rgb(241,124,32); }

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

border-color css

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

 span { border-color: rgb(241,124,32); }

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