Html Css Color HEX #F17514 Pumpkin

📋 copy color: '#F17514'

red 241 ◦ green 117 ◦ blue 20

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

Shades of Pumpkin #F17514

Tints of Pumpkin #F17514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.95%

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

R = 63.76%
G = 30.95%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F17514 (or 0xF17514) is known color: Pumpkin. HEX triplet: F1, 75 and 14. RGB value is (241,117,20). Sum of RGB (Red+Green+Blue) = 241+117+20=378 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.76% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 241 - color contains mainly: red. Hex color #F17514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17514 is #0E8AEB. Grayscale: #8F8F8F. Windows color (decimal): -953068 or 1340913. OLE color: 1340913.

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

Color convert

RGB 241 117 20 -
CMYK 0 0.51 0.92 0.05
HSL 26.33º 0.89% 0.51% -
HSV(B) 26.33º 0.92% 0.95% -
XYZ 42.76 31.47 4.48 -
YUV 143.02 58.58 197.89 -
System Red Green Blue C M Y K H S L
Decimal 241 117 20 0 0.51 0.92 0.05 26.33 0.89 0.51
Hex F1 75 14 0 33 5C 5 1A 59 33
Octal 361 165 24 0 63 134 5 32 131 63
Binary 11110001 1110101 10100 0 110011 1011100 101 11010 1011001 110011

Color Harmonies of #F17514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17514

Black with #F17514

Text Example


Text Example

White with #F17514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17514; }

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

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

background-color css

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

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

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

border-color css

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

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

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