Html Css Color HEX #FE601E Pumpkin

📋 copy color: '#FE601E'

red 254 ◦ green 96 ◦ blue 30

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

Shades of Pumpkin #FE601E

Tints of Pumpkin #FE601E

RGB

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

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

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

R = 66.84%
G = 25.26%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE601E (or 0xFE601E) is known color: Pumpkin. HEX triplet: FE, 60 and 1E. RGB value is (254,96,30). Sum of RGB (Red+Green+Blue) = 254+96+30=380 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.84% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 30 (12.11% from 255 or 7.89% from 380); Max value from RGB is 254 - color contains mainly: red. Hex color #FE601E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE601E is #019FE1. Grayscale: #888888. Windows color (decimal): -106466 or 1990910. OLE color: 1990910.

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

Color convert

RGB 254 96 30 -
CMYK 0 0.62 0.88 0.00
HSL 17.68º 0.99% 0.56% -
HSV(B) 17.68º 0.88% 1% -
XYZ 45.29 29.53 4.54 -
YUV 135.72 68.35 212.37 -
System Red Green Blue C M Y K H S L
Decimal 254 96 30 0 0.62 0.88 0.00 17.68 0.99 0.56
Hex FE 60 1E 0 3E 58 0 12 63 38
Octal 376 140 36 0 76 130 0 22 143 70
Binary 11111110 1100000 11110 0 111110 1011000 0 10010 1100011 111000

Color Harmonies of #FE601E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE601E

Black with #FE601E

Text Example


Text Example

White with #FE601E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE601E; }

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

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

background-color css

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

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

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

border-color css

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

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

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