Html Css Color HEX #F17D13 Pumpkin

📋 copy color: '#F17D13'

red 241 ◦ green 125 ◦ blue 19

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

Shades of Pumpkin #F17D13

Tints of Pumpkin #F17D13

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.47%

 BLUE value IS 19 (7.81% from 255) = 4.94%

R = 62.6%
G = 32.47%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F17D13 (or 0xF17D13) is known color: Pumpkin. HEX triplet: F1, 7D and 13. RGB value is (241,125,19). Sum of RGB (Red+Green+Blue) = 241+125+19=385 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.60% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 19 (7.81% from 255 or 4.94% from 385); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17D13 is #0E82EC. Grayscale: #949494. Windows color (decimal): -951021 or 1277425. OLE color: 1277425.

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

Color convert

RGB 241 125 19 -
CMYK 0 0.48 0.92 0.05
HSL 28.65º 0.89% 0.51% -
HSV(B) 28.65º 0.92% 0.95% -
XYZ 43.73 33.42 4.76 -
YUV 147.6 55.43 194.62 -
System Red Green Blue C M Y K H S L
Decimal 241 125 19 0 0.48 0.92 0.05 28.65 0.89 0.51
Hex F1 7D 13 0 30 5C 5 1D 59 33
Octal 361 175 23 0 60 134 5 35 131 63
Binary 11110001 1111101 10011 0 110000 1011100 101 11101 1011001 110011

Color Harmonies of #F17D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17D13

Black with #F17D13

Text Example


Text Example

White with #F17D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17D13; }

 p { color: rgb(241,125,19); }

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

background-color css

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

 a { background-color: rgb(241,125,19); }

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

border-color css

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

 span { border-color: rgb(241,125,19); }

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