Html Css Color HEX #F16912 Pumpkin

📋 copy color: '#F16912'

red 241 ◦ green 105 ◦ blue 18

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

Shades of Pumpkin #F16912

Tints of Pumpkin #F16912

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.85%

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

R = 66.21%
G = 28.85%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F16912 (or 0xF16912) is known color: Pumpkin. HEX triplet: F1, 69 and 12. RGB value is (241,105,18). Sum of RGB (Red+Green+Blue) = 241+105+18=364 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.21% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 18 (7.42% from 255 or 4.95% from 364); Max value from RGB is 241 - color contains mainly: red. Hex color #F16912 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16912 is #0E96ED. Grayscale: #888888. Windows color (decimal): -956142 or 1206769. OLE color: 1206769.

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

Color convert

RGB 241 105 18 -
CMYK 0 0.56 0.93 0.05
HSL 23.41º 0.89% 0.51% -
HSV(B) 23.41º 0.93% 0.95% -
XYZ 41.44 28.85 3.96 -
YUV 135.75 61.56 203.07 -
System Red Green Blue C M Y K H S L
Decimal 241 105 18 0 0.56 0.93 0.05 23.41 0.89 0.51
Hex F1 69 12 0 38 5D 5 17 59 33
Octal 361 151 22 0 70 135 5 27 131 63
Binary 11110001 1101001 10010 0 111000 1011101 101 10111 1011001 110011

Color Harmonies of #F16912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16912

Black with #F16912

Text Example


Text Example

White with #F16912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16912; }

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

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

background-color css

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

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

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

border-color css

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

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

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