Html Css Color HEX #F17F1E Pumpkin

📋 copy color: '#F17F1E'

red 241 ◦ green 127 ◦ blue 30

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

Shades of Pumpkin #F17F1E

Tints of Pumpkin #F17F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.54%

R = 60.55%
G = 31.91%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F17F1E (or 0xF17F1E) is known color: Pumpkin. HEX triplet: F1, 7F and 1E. RGB value is (241,127,30). Sum of RGB (Red+Green+Blue) = 241+127+30=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 30 (12.11% from 255 or 7.54% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F17F1E is #0E80E1. Grayscale: #969696. Windows color (decimal): -950498 or 1998833. OLE color: 1998833.

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

Color convert

RGB 241 127 30 -
CMYK 0 0.47 0.88 0.05
HSL 27.58º 0.88% 0.53% -
HSV(B) 27.58º 0.88% 0.95% -
XYZ 44.1 33.97 5.46 -
YUV 150.03 60.27 192.89 -
System Red Green Blue C M Y K H S L
Decimal 241 127 30 0 0.47 0.88 0.05 27.58 0.88 0.53
Hex F1 7F 1E 0 2F 58 5 1C 58 35
Octal 361 177 36 0 57 130 5 34 130 65
Binary 11110001 1111111 11110 0 101111 1011000 101 11100 1011000 110101

Color Harmonies of #F17F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17F1E

Black with #F17F1E

Text Example


Text Example

White with #F17F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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