Html Css Color HEX #F17B12 Pumpkin

📋 copy color: '#F17B12'

red 241 ◦ green 123 ◦ blue 18

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

Shades of Pumpkin #F17B12

Tints of Pumpkin #F17B12

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.2%

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

R = 63.09%
G = 32.2%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F17B12 (or 0xF17B12) is known color: Pumpkin. HEX triplet: F1, 7B and 12. RGB value is (241,123,18). Sum of RGB (Red+Green+Blue) = 241+123+18=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 18 (7.42% from 255 or 4.71% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F17B12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F17B12 is #0E84ED. Grayscale: #929292. Windows color (decimal): -951534 or 1211377. OLE color: 1211377.

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

Color convert

RGB 241 123 18 -
CMYK 0 0.49 0.93 0.05
HSL 28.25º 0.89% 0.51% -
HSV(B) 28.25º 0.93% 0.95% -
XYZ 43.47 32.91 4.63 -
YUV 146.31 55.59 195.54 -
System Red Green Blue C M Y K H S L
Decimal 241 123 18 0 0.49 0.93 0.05 28.25 0.89 0.51
Hex F1 7B 12 0 31 5D 5 1C 59 33
Octal 361 173 22 0 61 135 5 34 131 63
Binary 11110001 1111011 10010 0 110001 1011101 101 11100 1011001 110011

Color Harmonies of #F17B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F17B12

Black with #F17B12

Text Example


Text Example

White with #F17B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F17B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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