Html Css Color HEX #F67112 Pumpkin

📋 copy color: '#F67112'

red 246 ◦ green 113 ◦ blue 18

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

Shades of Pumpkin #F67112

Tints of Pumpkin #F67112

RGB

 RED value IS 246 (96.48% from 255) = 65.25%

 GREEN value IS 113 (44.53% from 255) = 29.97%

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

R = 65.25%
G = 29.97%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F67112 (or 0xF67112) is known color: Pumpkin. HEX triplet: F6, 71 and 12. RGB value is (246,113,18). Sum of RGB (Red+Green+Blue) = 246+113+18=377 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.25% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 246 - color contains mainly: red. Hex color #F67112 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67112 is #098EED. Grayscale: #8E8E8E. Windows color (decimal): -626414 or 1208822. OLE color: 1208822.

HSL color Cylindrical-coordinate representation of color #F67112: hue angle of 25º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F67112 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 113 18 -
CMYK 0 0.54 0.93 0.04
HSL 25º 0.93% 0.52% -
HSV(B) 25º 0.93% 0.96% -
XYZ 44.02 31.45 4.32 -
YUV 141.94 58.06 202.22 -
System Red Green Blue C M Y K H S L
Decimal 246 113 18 0 0.54 0.93 0.04 25 0.93 0.52
Hex F6 71 12 0 36 5D 4 19 5D 34
Octal 366 161 22 0 66 135 4 31 135 64
Binary 11110110 1110001 10010 0 110110 1011101 100 11001 1011101 110100

Color Harmonies of #F67112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67112

Black with #F67112

Text Example


Text Example

White with #F67112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67112; }

 p { color: rgb(246,113,18); }

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

background-color css

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

 a { background-color: rgb(246,113,18); }

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

border-color css

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

 span { border-color: rgb(246,113,18); }

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