Html Css Color HEX #F17D1D Pumpkin

📋 copy color: '#F17D1D'

red 241 ◦ green 125 ◦ blue 29

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

Shades of Pumpkin #F17D1D

Tints of Pumpkin #F17D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.34%

R = 61.01%
G = 31.65%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F17D1D (or 0xF17D1D) is known color: Pumpkin. HEX triplet: F1, 7D and 1D. RGB value is (241,125,29). Sum of RGB (Red+Green+Blue) = 241+125+29=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17D1D is #0E82E2. Grayscale: #959595. Windows color (decimal): -951011 or 1932785. OLE color: 1932785.

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

Color convert

RGB 241 125 29 -
CMYK 0 0.48 0.88 0.05
HSL 27.17º 0.88% 0.53% -
HSV(B) 27.17º 0.88% 0.95% -
XYZ 43.83 33.46 5.31 -
YUV 148.74 60.43 193.81 -
System Red Green Blue C M Y K H S L
Decimal 241 125 29 0 0.48 0.88 0.05 27.17 0.88 0.53
Hex F1 7D 1D 0 30 58 5 1B 58 35
Octal 361 175 35 0 60 130 5 33 130 65
Binary 11110001 1111101 11101 0 110000 1011000 101 11011 1011000 110101

Color Harmonies of #F17D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17D1D

Black with #F17D1D

Text Example


Text Example

White with #F17D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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