Html Css Color HEX #FF601A Pumpkin

📋 copy color: '#FF601A'

red 255 ◦ green 96 ◦ blue 26

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

Shades of Pumpkin #FF601A

Tints of Pumpkin #FF601A

RGB

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

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

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

R = 67.64%
G = 25.46%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF601A (or 0xFF601A) is known color: Pumpkin. HEX triplet: FF, 60 and 1A. RGB value is (255,96,26). Sum of RGB (Red+Green+Blue) = 255+96+26=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF601A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF601A is #009FE5. Grayscale: #888888. Windows color (decimal): -40934 or 1728767. OLE color: 1728767.

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

Color convert

RGB 255 96 26 -
CMYK 0 0.62 0.90 0
HSL 18.34º 1% 0.55% -
HSV(B) 18.34º 0.9% 1% -
XYZ 45.61 29.7 4.31 -
YUV 135.56 66.18 213.19 -
System Red Green Blue C M Y K H S L
Decimal 255 96 26 0 0.62 0.90 0 18.34 1 0.55
Hex FF 60 1A 0 3E 5A 0 12 64 37
Octal 377 140 32 0 76 132 0 22 144 67
Binary 11111111 1100000 11010 0 111110 1011010 0 10010 1100100 110111

Color Harmonies of #FF601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF601A

Black with #FF601A

Text Example


Text Example

White with #FF601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF601A; }

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

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

background-color css

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

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

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

border-color css

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

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

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