Html Css Color HEX #F47F15 Pumpkin

📋 copy color: '#F47F15'

red 244 ◦ green 127 ◦ blue 21

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

Shades of Pumpkin #F47F15

Tints of Pumpkin #F47F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.36%

R = 62.24%
G = 32.4%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F47F15 (or 0xF47F15) is known color: Pumpkin. HEX triplet: F4, 7F and 15. RGB value is (244,127,21). Sum of RGB (Red+Green+Blue) = 244+127+21=392 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.24% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 244 - color contains mainly: red. Hex color #F47F15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47F15 is #0B80EA. Grayscale: #969696. Windows color (decimal): -753899 or 1409012. OLE color: 1409012.

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

Color convert

RGB 244 127 21 -
CMYK 0 0.48 0.91 0.04
HSL 28.52º 0.91% 0.52% -
HSV(B) 28.52º 0.91% 0.96% -
XYZ 45.03 34.47 4.99 -
YUV 149.9 55.26 195.12 -
System Red Green Blue C M Y K H S L
Decimal 244 127 21 0 0.48 0.91 0.04 28.52 0.91 0.52
Hex F4 7F 15 0 30 5B 4 1D 5B 34
Octal 364 177 25 0 60 133 4 35 133 64
Binary 11110100 1111111 10101 0 110000 1011011 100 11101 1011011 110100

Color Harmonies of #F47F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F47F15

Black with #F47F15

Text Example


Text Example

White with #F47F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F47F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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