Html Css Color HEX #F47F1E Pumpkin

📋 copy color: '#F47F1E'

red 244 ◦ green 127 ◦ blue 30

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

Shades of Pumpkin #F47F1E

Tints of Pumpkin #F47F1E

RGB

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

 GREEN value IS 127 (50% from 255) = 31.67%

 BLUE value IS 30 (12.11% from 255) = 7.48%

R = 60.85%
G = 31.67%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F47F1E (or 0xF47F1E) is known color: Pumpkin. HEX triplet: F4, 7F and 1E. RGB value is (244,127,30). Sum of RGB (Red+Green+Blue) = 244+127+30=401 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.85% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 244 - color contains mainly: red. Hex color #F47F1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47F1E is #0B80E1. Grayscale: #979797. Windows color (decimal): -753890 or 1998836. OLE color: 1998836.

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

Color convert

RGB 244 127 30 -
CMYK 0 0.48 0.88 0.04
HSL 27.2º 0.91% 0.54% -
HSV(B) 27.2º 0.88% 0.96% -
XYZ 45.13 34.51 5.51 -
YUV 150.93 59.76 194.39 -
System Red Green Blue C M Y K H S L
Decimal 244 127 30 0 0.48 0.88 0.04 27.2 0.91 0.54
Hex F4 7F 1E 0 30 58 4 1B 5B 36
Octal 364 177 36 0 60 130 4 33 133 66
Binary 11110100 1111111 11110 0 110000 1011000 100 11011 1011011 110110

Color Harmonies of #F47F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47F1E

Black with #F47F1E

Text Example


Text Example

White with #F47F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47F1E; }

 p { color: rgb(244,127,30); }

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

background-color css

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

 a { background-color: rgb(244,127,30); }

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

border-color css

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

 span { border-color: rgb(244,127,30); }

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