Html Css Color HEX #F17212 Pumpkin

📋 copy color: '#F17212'

red 241 ◦ green 114 ◦ blue 18

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

Shades of Pumpkin #F17212

Tints of Pumpkin #F17212

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.56%

 BLUE value IS 18 (7.42% from 255) = 4.83%

R = 64.61%
G = 30.56%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F17212 (or 0xF17212) is known color: Pumpkin. HEX triplet: F1, 72 and 12. RGB value is (241,114,18). Sum of RGB (Red+Green+Blue) = 241+114+18=373 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.61% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 18 (7.42% from 255 or 4.83% from 373); Max value from RGB is 241 - color contains mainly: red. Hex color #F17212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17212 is #0E8DED. Grayscale: #8D8D8D. Windows color (decimal): -953838 or 1209073. OLE color: 1209073.

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

Color convert

RGB 241 114 18 -
CMYK 0 0.53 0.93 0.05
HSL 25.83º 0.89% 0.51% -
HSV(B) 25.83º 0.93% 0.95% -
XYZ 42.4 30.78 4.28 -
YUV 141.03 58.58 199.31 -
System Red Green Blue C M Y K H S L
Decimal 241 114 18 0 0.53 0.93 0.05 25.83 0.89 0.51
Hex F1 72 12 0 35 5D 5 1A 59 33
Octal 361 162 22 0 65 135 5 32 131 63
Binary 11110001 1110010 10010 0 110101 1011101 101 11010 1011001 110011

Color Harmonies of #F17212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17212

Black with #F17212

Text Example


Text Example

White with #F17212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17212; }

 p { color: rgb(241,114,18); }

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

background-color css

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

 a { background-color: rgb(241,114,18); }

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

border-color css

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

 span { border-color: rgb(241,114,18); }

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