Html Css Color HEX #FE6D21 Pumpkin

📋 copy color: '#FE6D21'

red 254 ◦ green 109 ◦ blue 33

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

Shades of Pumpkin #FE6D21

Tints of Pumpkin #FE6D21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.33%

R = 64.14%
G = 27.53%
B = 8.33%

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

#FE6D21 (or 0xFE6D21) is known color: Pumpkin. HEX triplet: FE, 6D and 21. RGB value is (254,109,33). Sum of RGB (Red+Green+Blue) = 254+109+33=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 33 (13.28% from 255 or 8.33% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6D21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE6D21 is #0192DE. Grayscale: #909090. Windows color (decimal): -103135 or 2190846. OLE color: 2190846.

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

Color convert

RGB 254 109 33 -
CMYK 0 0.57 0.87 0.00
HSL 20.63º 0.99% 0.56% -
HSV(B) 20.63º 0.87% 1% -
XYZ 46.62 32.12 5.18 -
YUV 143.69 65.54 206.68 -
System Red Green Blue C M Y K H S L
Decimal 254 109 33 0 0.57 0.87 0.00 20.63 0.99 0.56
Hex FE 6D 21 0 39 57 0 15 63 38
Octal 376 155 41 0 71 127 0 25 143 70
Binary 11111110 1101101 100001 0 111001 1010111 0 10101 1100011 111000

Color Harmonies of #FE6D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6D21

Black with #FE6D21

Text Example


Text Example

White with #FE6D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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