Html Css Color HEX #F47C0E Pumpkin

📋 copy color: '#F47C0E'

red 244 ◦ green 124 ◦ blue 14

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

Shades of Pumpkin #F47C0E

Tints of Pumpkin #F47C0E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.46%

 BLUE value IS 14 (5.86% from 255) = 3.66%

R = 63.87%
G = 32.46%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F47C0E (or 0xF47C0E) is known color: Pumpkin. HEX triplet: F4, 7C and 0E. RGB value is (244,124,14). Sum of RGB (Red+Green+Blue) = 244+124+14=382 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.87% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 14 (5.86% from 255 or 3.66% from 382); Max value from RGB is 244 - color contains mainly: red. Hex color #F47C0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47C0E is #0B83F1. Grayscale: #939393. Windows color (decimal): -754674 or 949492. OLE color: 949492.

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

Color convert

RGB 244 124 14 -
CMYK 0 0.49 0.94 0.04
HSL 28.7º 0.91% 0.51% -
HSV(B) 28.7º 0.94% 0.96% -
XYZ 44.6 33.68 4.57 -
YUV 147.34 52.76 196.94 -
System Red Green Blue C M Y K H S L
Decimal 244 124 14 0 0.49 0.94 0.04 28.7 0.91 0.51
Hex F4 7C E 0 31 5E 4 1D 5B 33
Octal 364 174 16 0 61 136 4 35 133 63
Binary 11110100 1111100 1110 0 110001 1011110 100 11101 1011011 110011

Color Harmonies of #F47C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47C0E

Black with #F47C0E

Text Example


Text Example

White with #F47C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47C0E; }

 p { color: rgb(244,124,14); }

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

background-color css

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

 a { background-color: rgb(244,124,14); }

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

border-color css

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

 span { border-color: rgb(244,124,14); }

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