Html Css Color HEX #F47D1E Pumpkin

📋 copy color: '#F47D1E'

red 244 ◦ green 125 ◦ blue 30

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

Shades of Pumpkin #F47D1E

Tints of Pumpkin #F47D1E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.33%

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

R = 61.15%
G = 31.33%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F47D1E (or 0xF47D1E) is known color: Pumpkin. HEX triplet: F4, 7D and 1E. RGB value is (244,125,30). Sum of RGB (Red+Green+Blue) = 244+125+30=399 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.15% from 399); Green value is 125 (49.22% from 255 or 31.33% from 399); Blue value is 30 (12.11% from 255 or 7.52% from 399); Max value from RGB is 244 - color contains mainly: red. Hex color #F47D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F47D1E is #0B82E1. Grayscale: #969696. Windows color (decimal): -754402 or 1998324. OLE color: 1998324.

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

Color convert

RGB 244 125 30 -
CMYK 0 0.49 0.88 0.04
HSL 26.64º 0.91% 0.54% -
HSV(B) 26.64º 0.88% 0.96% -
XYZ 44.88 33.99 5.42 -
YUV 149.75 60.42 195.22 -
System Red Green Blue C M Y K H S L
Decimal 244 125 30 0 0.49 0.88 0.04 26.64 0.91 0.54
Hex F4 7D 1E 0 31 58 4 1B 5B 36
Octal 364 175 36 0 61 130 4 33 133 66
Binary 11110100 1111101 11110 0 110001 1011000 100 11011 1011011 110110

Color Harmonies of #F47D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47D1E

Black with #F47D1E

Text Example


Text Example

White with #F47D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47D1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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