Html Css Color HEX #FE6820 Pumpkin

📋 copy color: '#FE6820'

red 254 ◦ green 104 ◦ blue 32

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

Shades of Pumpkin #FE6820

Tints of Pumpkin #FE6820

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.67%

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

R = 65.13%
G = 26.67%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE6820 (or 0xFE6820) is known color: Pumpkin. HEX triplet: FE, 68 and 20. RGB value is (254,104,32). Sum of RGB (Red+Green+Blue) = 254+104+32=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 32 (12.89% from 255 or 8.21% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6820 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6820 is #0197DF. Grayscale: #8D8D8D. Windows color (decimal): -104416 or 2124030. OLE color: 2124030.

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

Color convert

RGB 254 104 32 -
CMYK 0 0.59 0.87 0.00
HSL 19.46º 0.99% 0.56% -
HSV(B) 19.46º 0.87% 1% -
XYZ 46.08 31.08 4.94 -
YUV 140.64 66.7 208.85 -
System Red Green Blue C M Y K H S L
Decimal 254 104 32 0 0.59 0.87 0.00 19.46 0.99 0.56
Hex FE 68 20 0 3B 57 0 13 63 38
Octal 376 150 40 0 73 127 0 23 143 70
Binary 11111110 1101000 100000 0 111011 1010111 0 10011 1100011 111000

Color Harmonies of #FE6820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6820

Black with #FE6820

Text Example


Text Example

White with #FE6820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6820; }

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

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

background-color css

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

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

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

border-color css

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

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

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