Html Css Color HEX #F17414 Pumpkin

📋 copy color: '#F17414'

red 241 ◦ green 116 ◦ blue 20

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

Shades of Pumpkin #F17414

Tints of Pumpkin #F17414

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.77%

 BLUE value IS 20 (8.2% from 255) = 5.31%

R = 63.93%
G = 30.77%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F17414 (or 0xF17414) is known color: Pumpkin. HEX triplet: F1, 74 and 14. RGB value is (241,116,20). Sum of RGB (Red+Green+Blue) = 241+116+20=377 (49% of max value = 765). Red value is 241 (94.53% from 255 or 63.93% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 241 - color contains mainly: red. Hex color #F17414 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17414 is #0E8BEB. Grayscale: #8E8E8E. Windows color (decimal): -953324 or 1340657. OLE color: 1340657.

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

Color convert

RGB 241 116 20 -
CMYK 0 0.52 0.92 0.05
HSL 26.06º 0.89% 0.51% -
HSV(B) 26.06º 0.92% 0.95% -
XYZ 42.65 31.24 4.44 -
YUV 142.43 58.91 198.31 -
System Red Green Blue C M Y K H S L
Decimal 241 116 20 0 0.52 0.92 0.05 26.06 0.89 0.51
Hex F1 74 14 0 34 5C 5 1A 59 33
Octal 361 164 24 0 64 134 5 32 131 63
Binary 11110001 1110100 10100 0 110100 1011100 101 11010 1011001 110011

Color Harmonies of #F17414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17414

Black with #F17414

Text Example


Text Example

White with #F17414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17414; }

 p { color: rgb(241,116,20); }

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

background-color css

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

 a { background-color: rgb(241,116,20); }

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

border-color css

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

 span { border-color: rgb(241,116,20); }

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