Html Css Color HEX #FF601F Pumpkin

📋 copy color: '#FF601F'

red 255 ◦ green 96 ◦ blue 31

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

Shades of Pumpkin #FF601F

Tints of Pumpkin #FF601F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.12%

R = 66.75%
G = 25.13%
B = 8.12%

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

#FF601F (or 0xFF601F) is known color: Pumpkin. HEX triplet: FF, 60 and 1F. RGB value is (255,96,31). Sum of RGB (Red+Green+Blue) = 255+96+31=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 31 (12.5% from 255 or 8.12% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF601F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF601F is #009FE0. Grayscale: #888888. Windows color (decimal): -40929 or 2056447. OLE color: 2056447.

HSL color Cylindrical-coordinate representation of color #FF601F: hue angle of 17.41º 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 #FF601F is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB 255 96 31 -
CMYK 0 0.62 0.88 0
HSL 17.41º 1% 0.56% -
HSV(B) 17.41º 0.88% 1% -
XYZ 45.67 29.72 4.63 -
YUV 136.13 68.68 212.79 -
System Red Green Blue C M Y K H S L
Decimal 255 96 31 0 0.62 0.88 0 17.41 1 0.56
Hex FF 60 1F 0 3E 58 0 11 64 38
Octal 377 140 37 0 76 130 0 21 144 70
Binary 11111111 1100000 11111 0 111110 1011000 0 10001 1100100 111000

Color Harmonies of #FF601F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF601F

Black with #FF601F

Text Example


Text Example

White with #FF601F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF601F; }

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

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

background-color css

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

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

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

border-color css

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

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

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