Html Css Color HEX #F46F20 Pumpkin

📋 copy color: '#F46F20'

red 244 ◦ green 111 ◦ blue 32

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

Shades of Pumpkin #F46F20

Tints of Pumpkin #F46F20

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.68%

 BLUE value IS 32 (12.89% from 255) = 8.27%

R = 63.05%
G = 28.68%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F46F20 (or 0xF46F20) is known color: Pumpkin. HEX triplet: F4, 6F and 20. RGB value is (244,111,32). Sum of RGB (Red+Green+Blue) = 244+111+32=387 (51% of max value = 765). Red value is 244 (95.70% from 255 or 63.05% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 32 (12.89% from 255 or 8.27% from 387); Max value from RGB is 244 - color contains mainly: red. Hex color #F46F20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F46F20 is #0B90DF. Grayscale: #8E8E8E. Windows color (decimal): -757984 or 2125812. OLE color: 2125812.

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

Color convert

RGB 244 111 32 -
CMYK 0 0.55 0.87 0.04
HSL 22.36º 0.91% 0.54% -
HSV(B) 22.36º 0.87% 0.96% -
XYZ 43.25 30.71 5.01 -
YUV 141.76 66.06 200.92 -
System Red Green Blue C M Y K H S L
Decimal 244 111 32 0 0.55 0.87 0.04 22.36 0.91 0.54
Hex F4 6F 20 0 37 57 4 16 5B 36
Octal 364 157 40 0 67 127 4 26 133 66
Binary 11110100 1101111 100000 0 110111 1010111 100 10110 1011011 110110

Color Harmonies of #F46F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F46F20

Black with #F46F20

Text Example


Text Example

White with #F46F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F46F20; }

 p { color: rgb(244,111,32); }

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

background-color css

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

 a { background-color: rgb(244,111,32); }

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

border-color css

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

 span { border-color: rgb(244,111,32); }

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