Html Css Color HEX #F47012 Pumpkin

📋 copy color: '#F47012'

red 244 ◦ green 112 ◦ blue 18

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

Shades of Pumpkin #F47012

Tints of Pumpkin #F47012

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.95%

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

R = 65.24%
G = 29.95%
B = 4.81%

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

#F47012 (or 0xF47012) is known color: Pumpkin. HEX triplet: F4, 70 and 12. RGB value is (244,112,18). Sum of RGB (Red+Green+Blue) = 244+112+18=374 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.24% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 244 - color contains mainly: red. Hex color #F47012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47012 is #0B8FED. Grayscale: #8D8D8D. Windows color (decimal): -757742 or 1208564. OLE color: 1208564.

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

Color convert

RGB 244 112 18 -
CMYK 0 0.54 0.93 0.04
HSL 24.96º 0.91% 0.51% -
HSV(B) 24.96º 0.93% 0.96% -
XYZ 43.21 30.87 4.25 -
YUV 140.75 58.73 201.64 -
System Red Green Blue C M Y K H S L
Decimal 244 112 18 0 0.54 0.93 0.04 24.96 0.91 0.51
Hex F4 70 12 0 36 5D 4 19 5B 33
Octal 364 160 22 0 66 135 4 31 133 63
Binary 11110100 1110000 10010 0 110110 1011101 100 11001 1011011 110011

Color Harmonies of #F47012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47012

Black with #F47012

Text Example


Text Example

White with #F47012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47012; }

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

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

background-color css

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

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

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

border-color css

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

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

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