Html Css Color HEX #FF601E Pumpkin

📋 copy color: '#FF601E'

red 255 ◦ green 96 ◦ blue 30

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

Shades of Pumpkin #FF601E

Tints of Pumpkin #FF601E

RGB

 RED value IS 255 (100% from 255) = 66.93%

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

 BLUE value IS 30 (12.11% from 255) = 7.87%

R = 66.93%
G = 25.2%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF601E (or 0xFF601E) is known color: Pumpkin. HEX triplet: FF, 60 and 1E. RGB value is (255,96,30). Sum of RGB (Red+Green+Blue) = 255+96+30=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF601E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF601E is #009FE1. Grayscale: #888888. Windows color (decimal): -40930 or 1990911. OLE color: 1990911.

HSL color Cylindrical-coordinate representation of color #FF601E: hue angle of 17.6º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF601E is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB 255 96 30 -
CMYK 0 0.62 0.88 0
HSL 17.6º 1% 0.56% -
HSV(B) 17.6º 0.88% 1% -
XYZ 45.66 29.72 4.56 -
YUV 136.02 68.18 212.87 -
System Red Green Blue C M Y K H S L
Decimal 255 96 30 0 0.62 0.88 0 17.6 1 0.56
Hex FF 60 1E 0 3E 58 0 12 64 38
Octal 377 140 36 0 76 130 0 22 144 70
Binary 11111111 1100000 11110 0 111110 1011000 0 10010 1100100 111000

Color Harmonies of #FF601E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF601E

Black with #FF601E

Text Example


Text Example

White with #FF601E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF601E; }

 p { color: rgb(255,96,30); }

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

background-color css

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

 a { background-color: rgb(255,96,30); }

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

border-color css

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

 span { border-color: rgb(255,96,30); }

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