Html Css Color HEX #F17A1F Pumpkin

📋 copy color: '#F17A1F'

red 241 ◦ green 122 ◦ blue 31

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

Shades of Pumpkin #F17A1F

Tints of Pumpkin #F17A1F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.96%

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

R = 61.17%
G = 30.96%
B = 7.87%

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

#F17A1F (or 0xF17A1F) is known color: Pumpkin. HEX triplet: F1, 7A and 1F. RGB value is (241,122,31). Sum of RGB (Red+Green+Blue) = 241+122+31=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 31 (12.5% from 255 or 7.87% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F17A1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17A1F is #0E85E0. Grayscale: #939393. Windows color (decimal): -951777 or 2063089. OLE color: 2063089.

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

Color convert

RGB 241 122 31 -
CMYK 0 0.49 0.87 0.05
HSL 26º 0.88% 0.53% -
HSV(B) 26º 0.87% 0.95% -
XYZ 43.48 32.72 5.32 -
YUV 147.21 62.42 194.9 -
System Red Green Blue C M Y K H S L
Decimal 241 122 31 0 0.49 0.87 0.05 26 0.88 0.53
Hex F1 7A 1F 0 31 57 5 1A 58 35
Octal 361 172 37 0 61 127 5 32 130 65
Binary 11110001 1111010 11111 0 110001 1010111 101 11010 1011000 110101

Color Harmonies of #F17A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17A1F

Black with #F17A1F

Text Example


Text Example

White with #F17A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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