Html Css Color HEX #F47112 Pumpkin

📋 copy color: '#F47112'

red 244 ◦ green 113 ◦ blue 18

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

Shades of Pumpkin #F47112

Tints of Pumpkin #F47112

RGB

 RED value IS 244 (95.7% from 255) = 65.07%

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

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

R = 65.07%
G = 30.13%
B = 4.8%

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

#F47112 (or 0xF47112) is known color: Pumpkin. HEX triplet: F4, 71 and 12. RGB value is (244,113,18). Sum of RGB (Red+Green+Blue) = 244+113+18=375 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.07% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 244 - color contains mainly: red. Hex color #F47112 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47112 is #0B8EED. Grayscale: #8D8D8D. Windows color (decimal): -757486 or 1208820. OLE color: 1208820.

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

Color convert

RGB 244 113 18 -
CMYK 0 0.54 0.93 0.04
HSL 25.22º 0.91% 0.51% -
HSV(B) 25.22º 0.93% 0.96% -
XYZ 43.32 31.09 4.29 -
YUV 141.34 58.4 201.22 -
System Red Green Blue C M Y K H S L
Decimal 244 113 18 0 0.54 0.93 0.04 25.22 0.91 0.51
Hex F4 71 12 0 36 5D 4 19 5B 33
Octal 364 161 22 0 66 135 4 31 133 63
Binary 11110100 1110001 10010 0 110110 1011101 100 11001 1011011 110011

Color Harmonies of #F47112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47112

Black with #F47112

Text Example


Text Example

White with #F47112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47112; }

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

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

background-color css

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

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

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

border-color css

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

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

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