Html Css Color HEX #F48024 Pumpkin

📋 copy color: '#F48024'

red 244 ◦ green 128 ◦ blue 36

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

Shades of Pumpkin #F48024

Tints of Pumpkin #F48024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.82%

R = 59.8%
G = 31.37%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F48024 (or 0xF48024) is known color: Pumpkin. HEX triplet: F4, 80 and 24. RGB value is (244,128,36). Sum of RGB (Red+Green+Blue) = 244+128+36=408 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.80% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 36 (14.45% from 255 or 8.82% from 408); Max value from RGB is 244 - color contains mainly: red. Hex color #F48024 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48024 is #0B7FDB. Grayscale: #989898. Windows color (decimal): -753628 or 2392308. OLE color: 2392308.

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

Color convert

RGB 244 128 36 -
CMYK 0 0.48 0.85 0.04
HSL 26.54º 0.9% 0.55% -
HSV(B) 26.54º 0.85% 0.96% -
XYZ 45.35 34.8 6 -
YUV 152.2 62.43 193.48 -
System Red Green Blue C M Y K H S L
Decimal 244 128 36 0 0.48 0.85 0.04 26.54 0.9 0.55
Hex F4 80 24 0 30 55 4 1B 5A 37
Octal 364 200 44 0 60 125 4 33 132 67
Binary 11110100 10000000 100100 0 110000 1010101 100 11011 1011010 110111

Color Harmonies of #F48024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48024

Black with #F48024

Text Example


Text Example

White with #F48024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48024; }

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

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

background-color css

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

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

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

border-color css

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

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

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