Html Css Color HEX #FE601A Pumpkin

📋 copy color: '#FE601A'

red 254 ◦ green 96 ◦ blue 26

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

Shades of Pumpkin #FE601A

Tints of Pumpkin #FE601A

RGB

 RED value IS 254 (99.61% from 255) = 67.55%

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

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

R = 67.55%
G = 25.53%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE601A (or 0xFE601A) is known color: Pumpkin. HEX triplet: FE, 60 and 1A. RGB value is (254,96,26). Sum of RGB (Red+Green+Blue) = 254+96+26=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 26 (10.55% from 255 or 6.91% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE601A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE601A is #019FE5. Grayscale: #878787. Windows color (decimal): -106470 or 1728766. OLE color: 1728766.

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

Color convert

RGB 254 96 26 -
CMYK 0 0.62 0.90 0.00
HSL 18.42º 0.99% 0.55% -
HSV(B) 18.42º 0.9% 1% -
XYZ 45.24 29.51 4.29 -
YUV 135.26 66.35 212.69 -
System Red Green Blue C M Y K H S L
Decimal 254 96 26 0 0.62 0.90 0.00 18.42 0.99 0.55
Hex FE 60 1A 0 3E 5A 0 12 63 37
Octal 376 140 32 0 76 132 0 22 143 67
Binary 11111110 1100000 11010 0 111110 1011010 0 10010 1100011 110111

Color Harmonies of #FE601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE601A

Black with #FE601A

Text Example


Text Example

White with #FE601A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE601A; }

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

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

background-color css

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

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

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

border-color css

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

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

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