Html Css Color HEX #FE6A20 Pumpkin

📋 copy color: '#FE6A20'

red 254 ◦ green 106 ◦ blue 32

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

Shades of Pumpkin #FE6A20

Tints of Pumpkin #FE6A20

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.04%

 BLUE value IS 32 (12.89% from 255) = 8.16%

R = 64.8%
G = 27.04%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE6A20 (or 0xFE6A20) is known color: Pumpkin. HEX triplet: FE, 6A and 20. RGB value is (254,106,32). Sum of RGB (Red+Green+Blue) = 254+106+32=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 32 (12.89% from 255 or 8.16% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6A20 is #0195DF. Grayscale: #8E8E8E. Windows color (decimal): -103904 or 2124542. OLE color: 2124542.

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

Color convert

RGB 254 106 32 -
CMYK 0 0.58 0.87 0.00
HSL 20º 0.99% 0.56% -
HSV(B) 20º 0.87% 1% -
XYZ 46.29 31.48 5 -
YUV 141.82 66.03 208.02 -
System Red Green Blue C M Y K H S L
Decimal 254 106 32 0 0.58 0.87 0.00 20 0.99 0.56
Hex FE 6A 20 0 3A 57 0 14 63 38
Octal 376 152 40 0 72 127 0 24 143 70
Binary 11111110 1101010 100000 0 111010 1010111 0 10100 1100011 111000

Color Harmonies of #FE6A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6A20

Black with #FE6A20

Text Example


Text Example

White with #FE6A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6A20; }

 p { color: rgb(254,106,32); }

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

background-color css

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

 a { background-color: rgb(254,106,32); }

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

border-color css

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

 span { border-color: rgb(254,106,32); }

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