Html Css Color HEX #FE621D Pumpkin

📋 copy color: '#FE621D'

red 254 ◦ green 98 ◦ blue 29

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

Shades of Pumpkin #FE621D

Tints of Pumpkin #FE621D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.72%

 BLUE value IS 29 (11.72% from 255) = 7.61%

R = 66.67%
G = 25.72%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE621D (or 0xFE621D) is known color: Pumpkin. HEX triplet: FE, 62 and 1D. RGB value is (254,98,29). Sum of RGB (Red+Green+Blue) = 254+98+29=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE621D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE621D is #019DE2. Grayscale: #898989. Windows color (decimal): -105955 or 1925886. OLE color: 1925886.

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

Color convert

RGB 254 98 29 -
CMYK 0 0.61 0.89 0.00
HSL 18.4º 0.99% 0.55% -
HSV(B) 18.4º 0.89% 1% -
XYZ 45.46 29.89 4.54 -
YUV 136.78 67.18 211.61 -
System Red Green Blue C M Y K H S L
Decimal 254 98 29 0 0.61 0.89 0.00 18.4 0.99 0.55
Hex FE 62 1D 0 3D 59 0 12 63 37
Octal 376 142 35 0 75 131 0 22 143 67
Binary 11111110 1100010 11101 0 111101 1011001 0 10010 1100011 110111

Color Harmonies of #FE621D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE621D

Black with #FE621D

Text Example


Text Example

White with #FE621D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE621D; }

 p { color: rgb(254,98,29); }

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

background-color css

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

 a { background-color: rgb(254,98,29); }

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

border-color css

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

 span { border-color: rgb(254,98,29); }

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