Html Css Color HEX #F47013 Pumpkin

📋 copy color: '#F47013'

red 244 ◦ green 112 ◦ blue 19

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

Shades of Pumpkin #F47013

Tints of Pumpkin #F47013

RGB

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

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

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

R = 65.07%
G = 29.87%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F47013 (or 0xF47013) is known color: Pumpkin. HEX triplet: F4, 70 and 13. RGB value is (244,112,19). Sum of RGB (Red+Green+Blue) = 244+112+19=375 (49% of max value = 765). Red value is 244 (95.70% from 255 or 65.07% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 244 - color contains mainly: red. Hex color #F47013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47013 is #0B8FEC. Grayscale: #8D8D8D. Windows color (decimal): -757741 or 1274100. OLE color: 1274100.

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

Color convert

RGB 244 112 19 -
CMYK 0 0.54 0.92 0.04
HSL 24.8º 0.91% 0.52% -
HSV(B) 24.8º 0.92% 0.96% -
XYZ 43.22 30.87 4.3 -
YUV 140.87 59.23 201.56 -
System Red Green Blue C M Y K H S L
Decimal 244 112 19 0 0.54 0.92 0.04 24.8 0.91 0.52
Hex F4 70 13 0 36 5C 4 19 5B 34
Octal 364 160 23 0 66 134 4 31 133 64
Binary 11110100 1110000 10011 0 110110 1011100 100 11001 1011011 110100

Color Harmonies of #F47013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47013

Black with #F47013

Text Example


Text Example

White with #F47013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47013; }

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

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

background-color css

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

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

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

border-color css

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

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

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