Html Css Color HEX #F17F1F Pumpkin

📋 copy color: '#F17F1F'

red 241 ◦ green 127 ◦ blue 31

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

Shades of Pumpkin #F17F1F

Tints of Pumpkin #F17F1F

RGB

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

 GREEN value IS 127 (50% from 255) = 31.83%

 BLUE value IS 31 (12.5% from 255) = 7.77%

R = 60.4%
G = 31.83%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F17F1F (or 0xF17F1F) is known color: Pumpkin. HEX triplet: F1, 7F and 1F. RGB value is (241,127,31). Sum of RGB (Red+Green+Blue) = 241+127+31=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 31 (12.5% from 255 or 7.77% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17F1F is #0E80E0. Grayscale: #969696. Windows color (decimal): -950497 or 2064369. OLE color: 2064369.

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

Color convert

RGB 241 127 31 -
CMYK 0 0.47 0.87 0.05
HSL 27.43º 0.88% 0.53% -
HSV(B) 27.43º 0.87% 0.95% -
XYZ 44.11 33.98 5.53 -
YUV 150.14 60.77 192.81 -
System Red Green Blue C M Y K H S L
Decimal 241 127 31 0 0.47 0.87 0.05 27.43 0.88 0.53
Hex F1 7F 1F 0 2F 57 5 1B 58 35
Octal 361 177 37 0 57 127 5 33 130 65
Binary 11110001 1111111 11111 0 101111 1010111 101 11011 1011000 110101

Color Harmonies of #F17F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17F1F

Black with #F17F1F

Text Example


Text Example

White with #F17F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17F1F; }

 p { color: rgb(241,127,31); }

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

background-color css

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

 a { background-color: rgb(241,127,31); }

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

border-color css

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

 span { border-color: rgb(241,127,31); }

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