Html Css Color HEX #F47D10 Pumpkin

📋 copy color: '#F47D10'

red 244 ◦ green 125 ◦ blue 16

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

Shades of Pumpkin #F47D10

Tints of Pumpkin #F47D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.16%

R = 63.38%
G = 32.47%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F47D10 (or 0xF47D10) is known color: Pumpkin. HEX triplet: F4, 7D and 10. RGB value is (244,125,16). Sum of RGB (Red+Green+Blue) = 244+125+16=385 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.38% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 244 - color contains mainly: red. Hex color #F47D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47D10 is #0B82EF. Grayscale: #949494. Windows color (decimal): -754416 or 1080820. OLE color: 1080820.

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

Color convert

RGB 244 125 16 -
CMYK 0 0.49 0.93 0.04
HSL 28.68º 0.91% 0.51% -
HSV(B) 28.68º 0.93% 0.96% -
XYZ 44.74 33.94 4.68 -
YUV 148.16 53.42 196.36 -
System Red Green Blue C M Y K H S L
Decimal 244 125 16 0 0.49 0.93 0.04 28.68 0.91 0.51
Hex F4 7D 10 0 31 5D 4 1D 5B 33
Octal 364 175 20 0 61 135 4 35 133 63
Binary 11110100 1111101 10000 0 110001 1011101 100 11101 1011011 110011

Color Harmonies of #F47D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47D10

Black with #F47D10

Text Example


Text Example

White with #F47D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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