Html Css Color HEX #FE8219 Pumpkin

📋 copy color: '#FE8219'

red 254 ◦ green 130 ◦ blue 25

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

Shades of Pumpkin #FE8219

Tints of Pumpkin #FE8219

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.78%

 BLUE value IS 25 (10.16% from 255) = 6.11%

R = 62.1%
G = 31.78%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE8219 (or 0xFE8219) is known color: Pumpkin. HEX triplet: FE, 82 and 19. RGB value is (254,130,25). Sum of RGB (Red+Green+Blue) = 254+130+25=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8219 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8219 is #017DE6. Grayscale: #9B9B9B. Windows color (decimal): -97767 or 1671934. OLE color: 1671934.

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

Color convert

RGB 254 130 25 -
CMYK 0 0.49 0.90 0.00
HSL 27.51º 0.99% 0.55% -
HSV(B) 27.51º 0.9% 1% -
XYZ 49.03 37.11 5.5 -
YUV 155.11 54.58 198.54 -
System Red Green Blue C M Y K H S L
Decimal 254 130 25 0 0.49 0.90 0.00 27.51 0.99 0.55
Hex FE 82 19 0 31 5A 0 1C 63 37
Octal 376 202 31 0 61 132 0 34 143 67
Binary 11111110 10000010 11001 0 110001 1011010 0 11100 1100011 110111

Color Harmonies of #FE8219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8219

Black with #FE8219

Text Example


Text Example

White with #FE8219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8219; }

 p { color: rgb(254,130,25); }

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

background-color css

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

 a { background-color: rgb(254,130,25); }

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

border-color css

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

 span { border-color: rgb(254,130,25); }

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