Html Css Color HEX #F47212 Pumpkin

📋 copy color: '#F47212'

red 244 ◦ green 114 ◦ blue 18

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

Shades of Pumpkin #F47212

Tints of Pumpkin #F47212

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.32%

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

R = 64.89%
G = 30.32%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F47212 (or 0xF47212) is known color: Pumpkin. HEX triplet: F4, 72 and 12. RGB value is (244,114,18). Sum of RGB (Red+Green+Blue) = 244+114+18=376 (49% of max value = 765). Red value is 244 (95.70% from 255 or 64.89% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 18 (7.42% from 255 or 4.79% from 376); Max value from RGB is 244 - color contains mainly: red. Hex color #F47212 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47212 is #0B8DED. Grayscale: #8E8E8E. Windows color (decimal): -757230 or 1209076. OLE color: 1209076.

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

Color convert

RGB 244 114 18 -
CMYK 0 0.53 0.93 0.04
HSL 25.49º 0.91% 0.51% -
HSV(B) 25.49º 0.93% 0.96% -
XYZ 43.43 31.31 4.33 -
YUV 141.93 58.07 200.81 -
System Red Green Blue C M Y K H S L
Decimal 244 114 18 0 0.53 0.93 0.04 25.49 0.91 0.51
Hex F4 72 12 0 35 5D 4 19 5B 33
Octal 364 162 22 0 65 135 4 31 133 63
Binary 11110100 1110010 10010 0 110101 1011101 100 11001 1011011 110011

Color Harmonies of #F47212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47212

Black with #F47212

Text Example


Text Example

White with #F47212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47212; }

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

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

background-color css

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

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

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

border-color css

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

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

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