Html Css Color HEX #F16F13 Pumpkin

📋 copy color: '#F16F13'

red 241 ◦ green 111 ◦ blue 19

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

Shades of Pumpkin #F16F13

Tints of Pumpkin #F16F13

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.92%

 BLUE value IS 19 (7.81% from 255) = 5.12%

R = 64.96%
G = 29.92%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F16F13 (or 0xF16F13) is known color: Pumpkin. HEX triplet: F1, 6F and 13. RGB value is (241,111,19). Sum of RGB (Red+Green+Blue) = 241+111+19=371 (49% of max value = 765). Red value is 241 (94.53% from 255 or 64.96% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16F13 is #0E90EC. Grayscale: #8B8B8B. Windows color (decimal): -954605 or 1273841. OLE color: 1273841.

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

Color convert

RGB 241 111 19 -
CMYK 0 0.54 0.92 0.05
HSL 24.86º 0.89% 0.51% -
HSV(B) 24.86º 0.92% 0.95% -
XYZ 42.08 30.12 4.21 -
YUV 139.38 60.07 200.48 -
System Red Green Blue C M Y K H S L
Decimal 241 111 19 0 0.54 0.92 0.05 24.86 0.89 0.51
Hex F1 6F 13 0 36 5C 5 19 59 33
Octal 361 157 23 0 66 134 5 31 131 63
Binary 11110001 1101111 10011 0 110110 1011100 101 11001 1011001 110011

Color Harmonies of #F16F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16F13

Black with #F16F13

Text Example


Text Example

White with #F16F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16F13; }

 p { color: rgb(241,111,19); }

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

background-color css

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

 a { background-color: rgb(241,111,19); }

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

border-color css

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

 span { border-color: rgb(241,111,19); }

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