Html Css Color HEX #F16712 Pumpkin

📋 copy color: '#F16712'

red 241 ◦ green 103 ◦ blue 18

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

Shades of Pumpkin #F16712

Tints of Pumpkin #F16712

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.45%

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

R = 66.57%
G = 28.45%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F16712 (or 0xF16712) is known color: Pumpkin. HEX triplet: F1, 67 and 12. RGB value is (241,103,18). Sum of RGB (Red+Green+Blue) = 241+103+18=362 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.57% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 241 - color contains mainly: red. Hex color #F16712 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16712 is #0E98ED. Grayscale: #878787. Windows color (decimal): -956654 or 1206257. OLE color: 1206257.

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

Color convert

RGB 241 103 18 -
CMYK 0 0.57 0.93 0.05
HSL 22.87º 0.89% 0.51% -
HSV(B) 22.87º 0.93% 0.95% -
XYZ 41.24 28.44 3.89 -
YUV 134.57 62.22 203.91 -
System Red Green Blue C M Y K H S L
Decimal 241 103 18 0 0.57 0.93 0.05 22.87 0.89 0.51
Hex F1 67 12 0 39 5D 5 17 59 33
Octal 361 147 22 0 71 135 5 27 131 63
Binary 11110001 1100111 10010 0 111001 1011101 101 10111 1011001 110011

Color Harmonies of #F16712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16712

Black with #F16712

Text Example


Text Example

White with #F16712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16712; }

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

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

background-color css

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

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

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

border-color css

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

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

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