Html Css Color HEX #FE6D20 Pumpkin

📋 copy color: '#FE6D20'

red 254 ◦ green 109 ◦ blue 32

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

Shades of Pumpkin #FE6D20

Tints of Pumpkin #FE6D20

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.59%

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

R = 64.3%
G = 27.59%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE6D20 (or 0xFE6D20) is known color: Pumpkin. HEX triplet: FE, 6D and 20. RGB value is (254,109,32). Sum of RGB (Red+Green+Blue) = 254+109+32=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6D20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6D20 is #0192DF. Grayscale: #909090. Windows color (decimal): -103136 or 2125310. OLE color: 2125310.

HSL color Cylindrical-coordinate representation of color #FE6D20: hue angle of 20.81º 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 #FE6D20 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 109 32 -
CMYK 0 0.57 0.87 0.00
HSL 20.81º 0.99% 0.56% -
HSV(B) 20.81º 0.87% 1% -
XYZ 46.6 32.11 5.11 -
YUV 143.58 65.04 206.76 -
System Red Green Blue C M Y K H S L
Decimal 254 109 32 0 0.57 0.87 0.00 20.81 0.99 0.56
Hex FE 6D 20 0 39 57 0 15 63 38
Octal 376 155 40 0 71 127 0 25 143 70
Binary 11111110 1101101 100000 0 111001 1010111 0 10101 1100011 111000

Color Harmonies of #FE6D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6D20

Black with #FE6D20

Text Example


Text Example

White with #FE6D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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