Html Css Color HEX #F16C12 Pumpkin

📋 copy color: '#F16C12'

red 241 ◦ green 108 ◦ blue 18

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

Shades of Pumpkin #F16C12

Tints of Pumpkin #F16C12

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.43%

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

R = 65.67%
G = 29.43%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F16C12 (or 0xF16C12) is known color: Pumpkin. HEX triplet: F1, 6C and 12. RGB value is (241,108,18). Sum of RGB (Red+Green+Blue) = 241+108+18=367 (48% of max value = 765). Red value is 241 (94.53% from 255 or 65.67% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16C12 is #0E93ED. Grayscale: #898989. Windows color (decimal): -955374 or 1207537. OLE color: 1207537.

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

Color convert

RGB 241 108 18 -
CMYK 0 0.55 0.93 0.05
HSL 24.22º 0.89% 0.51% -
HSV(B) 24.22º 0.93% 0.95% -
XYZ 41.75 29.47 4.06 -
YUV 137.51 60.56 201.82 -
System Red Green Blue C M Y K H S L
Decimal 241 108 18 0 0.55 0.93 0.05 24.22 0.89 0.51
Hex F1 6C 12 0 37 5D 5 18 59 33
Octal 361 154 22 0 67 135 5 30 131 63
Binary 11110001 1101100 10010 0 110111 1011101 101 11000 1011001 110011

Color Harmonies of #F16C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16C12

Black with #F16C12

Text Example


Text Example

White with #F16C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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