Html Css Color HEX #F56018 Pumpkin

📋 copy color: '#F56018'

red 245 ◦ green 96 ◦ blue 24

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

Shades of Pumpkin #F56018

Tints of Pumpkin #F56018

RGB

 RED value IS 245 (96.09% from 255) = 67.12%

 GREEN value IS 96 (37.89% from 255) = 26.3%

 BLUE value IS 24 (9.77% from 255) = 6.58%

R = 67.12%
G = 26.3%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F56018 (or 0xF56018) is known color: Pumpkin. HEX triplet: F5, 60 and 18. RGB value is (245,96,24). Sum of RGB (Red+Green+Blue) = 245+96+24=365 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.12% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 24 (9.77% from 255 or 6.58% from 365); Max value from RGB is 245 - color contains mainly: red. Hex color #F56018 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56018 is #0A9FE7. Grayscale: #848484. Windows color (decimal): -696296 or 1597685. OLE color: 1597685.

HSL color Cylindrical-coordinate representation of color #F56018: hue angle of 19.55º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F56018 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 96 24 -
CMYK 0 0.61 0.90 0.04
HSL 19.55º 0.92% 0.53% -
HSV(B) 19.55º 0.9% 0.96% -
XYZ 42 27.84 4.02 -
YUV 132.34 66.86 208.35 -
System Red Green Blue C M Y K H S L
Decimal 245 96 24 0 0.61 0.90 0.04 19.55 0.92 0.53
Hex F5 60 18 0 3D 5A 4 14 5C 35
Octal 365 140 30 0 75 132 4 24 134 65
Binary 11110101 1100000 11000 0 111101 1011010 100 10100 1011100 110101

Color Harmonies of #F56018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56018

Black with #F56018

Text Example


Text Example

White with #F56018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56018; }

 p { color: rgb(245,96,24); }

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

background-color css

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

 a { background-color: rgb(245,96,24); }

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

border-color css

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

 span { border-color: rgb(245,96,24); }

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