Html Css Color HEX #F48020 Pumpkin

📋 copy color: '#F48020'

red 244 ◦ green 128 ◦ blue 32

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

Shades of Pumpkin #F48020

Tints of Pumpkin #F48020

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.68%

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

R = 60.4%
G = 31.68%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F48020 (or 0xF48020) is known color: Pumpkin. HEX triplet: F4, 80 and 20. RGB value is (244,128,32). Sum of RGB (Red+Green+Blue) = 244+128+32=404 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.40% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 32 (12.89% from 255 or 7.92% from 404); Max value from RGB is 244 - color contains mainly: red. Hex color #F48020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48020 is #0B7FDF. Grayscale: #989898. Windows color (decimal): -753632 or 2130164. OLE color: 2130164.

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

Color convert

RGB 244 128 32 -
CMYK 0 0.48 0.87 0.04
HSL 27.17º 0.91% 0.54% -
HSV(B) 27.17º 0.87% 0.96% -
XYZ 45.29 34.78 5.69 -
YUV 151.74 60.43 193.81 -
System Red Green Blue C M Y K H S L
Decimal 244 128 32 0 0.48 0.87 0.04 27.17 0.91 0.54
Hex F4 80 20 0 30 57 4 1B 5B 36
Octal 364 200 40 0 60 127 4 33 133 66
Binary 11110100 10000000 100000 0 110000 1010111 100 11011 1011011 110110

Color Harmonies of #F48020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48020

Black with #F48020

Text Example


Text Example

White with #F48020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48020; }

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

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

background-color css

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

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

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

border-color css

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

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

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