Html Css Color HEX #FF5E1A Pumpkin

📋 copy color: '#FF5E1A'

red 255 ◦ green 94 ◦ blue 26

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

Shades of Pumpkin #FF5E1A

Tints of Pumpkin #FF5E1A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.07%

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

R = 68%
G = 25.07%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FF5E1A (or 0xFF5E1A) is known color: Pumpkin. HEX triplet: FF, 5E and 1A. RGB value is (255,94,26). Sum of RGB (Red+Green+Blue) = 255+94+26=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 94 (37.11% from 255 or 25.07% from 375); Blue value is 26 (10.55% from 255 or 6.93% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5E1A is #00A1E5. Grayscale: #868686. Windows color (decimal): -41446 or 1728255. OLE color: 1728255.

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

Color convert

RGB 255 94 26 -
CMYK 0 0.63 0.90 0
HSL 17.82º 1% 0.55% -
HSV(B) 17.82º 0.9% 1% -
XYZ 45.43 29.34 4.25 -
YUV 134.39 66.84 214.03 -
System Red Green Blue C M Y K H S L
Decimal 255 94 26 0 0.63 0.90 0 17.82 1 0.55
Hex FF 5E 1A 0 3F 5A 0 12 64 37
Octal 377 136 32 0 77 132 0 22 144 67
Binary 11111111 1011110 11010 0 111111 1011010 0 10010 1100100 110111

Color Harmonies of #FF5E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5E1A

Black with #FF5E1A

Text Example


Text Example

White with #FF5E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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