Html Css Color HEX #F5601A Pumpkin

📋 copy color: '#F5601A'

red 245 ◦ green 96 ◦ blue 26

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

Shades of Pumpkin #F5601A

Tints of Pumpkin #F5601A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.08%

R = 66.76%
G = 26.16%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5601A (or 0xF5601A) is known color: Pumpkin. HEX triplet: F5, 60 and 1A. RGB value is (245,96,26). Sum of RGB (Red+Green+Blue) = 245+96+26=367 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.76% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 26 (10.55% from 255 or 7.08% from 367); Max value from RGB is 245 - color contains mainly: red. Hex color #F5601A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5601A is #0A9FE5. Grayscale: #858585. Windows color (decimal): -696294 or 1728757. OLE color: 1728757.

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

Color convert

RGB 245 96 26 -
CMYK 0 0.61 0.89 0.04
HSL 19.18º 0.92% 0.53% -
HSV(B) 19.18º 0.89% 0.96% -
XYZ 42.03 27.85 4.14 -
YUV 132.57 67.86 208.19 -
System Red Green Blue C M Y K H S L
Decimal 245 96 26 0 0.61 0.89 0.04 19.18 0.92 0.53
Hex F5 60 1A 0 3D 59 4 13 5C 35
Octal 365 140 32 0 75 131 4 23 134 65
Binary 11110101 1100000 11010 0 111101 1011001 100 10011 1011100 110101

Color Harmonies of #F5601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5601A

Black with #F5601A

Text Example


Text Example

White with #F5601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5601A; }

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

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

background-color css

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

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

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

border-color css

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

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

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