Html Css Color HEX #FE800D Pumpkin

📋 copy color: '#FE800D'

red 254 ◦ green 128 ◦ blue 13

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

Shades of Pumpkin #FE800D

Tints of Pumpkin #FE800D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.41%

 BLUE value IS 13 (5.47% from 255) = 3.29%

R = 64.3%
G = 32.41%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE800D (or 0xFE800D) is known color: Pumpkin. HEX triplet: FE, 80 and 0D. RGB value is (254,128,13). Sum of RGB (Red+Green+Blue) = 254+128+13=395 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.30% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 13 (5.47% from 255 or 3.29% from 395); Max value from RGB is 254 - color contains mainly: red. Hex color #FE800D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE800D is #017FF2. Grayscale: #999999. Windows color (decimal): -98291 or 884990. OLE color: 884990.

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

Color convert

RGB 254 128 13 -
CMYK 0 0.50 0.95 0.00
HSL 28.63º 0.99% 0.52% -
HSV(B) 28.63º 0.95% 1% -
XYZ 48.66 36.54 4.87 -
YUV 152.56 49.24 200.35 -
System Red Green Blue C M Y K H S L
Decimal 254 128 13 0 0.50 0.95 0.00 28.63 0.99 0.52
Hex FE 80 D 0 32 5F 0 1D 63 34
Octal 376 200 15 0 62 137 0 35 143 64
Binary 11111110 10000000 1101 0 110010 1011111 0 11101 1100011 110100

Color Harmonies of #FE800D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE800D

Black with #FE800D

Text Example


Text Example

White with #FE800D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE800D; }

 p { color: rgb(254,128,13); }

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

background-color css

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

 a { background-color: rgb(254,128,13); }

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

border-color css

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

 span { border-color: rgb(254,128,13); }

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