Html Css Color HEX #FE810D Pumpkin

📋 copy color: '#FE810D'

red 254 ◦ green 129 ◦ blue 13

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

Shades of Pumpkin #FE810D

Tints of Pumpkin #FE810D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.58%

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

R = 64.14%
G = 32.58%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FE810D (or 0xFE810D) is known color: Pumpkin. HEX triplet: FE, 81 and 0D. RGB value is (254,129,13). Sum of RGB (Red+Green+Blue) = 254+129+13=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE810D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE810D is #017EF2. Grayscale: #999999. Windows color (decimal): -98035 or 885246. OLE color: 885246.

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

Color convert

RGB 254 129 13 -
CMYK 0 0.49 0.95 0.00
HSL 28.88º 0.99% 0.52% -
HSV(B) 28.88º 0.95% 1% -
XYZ 48.8 36.8 4.91 -
YUV 153.15 48.91 199.93 -
System Red Green Blue C M Y K H S L
Decimal 254 129 13 0 0.49 0.95 0.00 28.88 0.99 0.52
Hex FE 81 D 0 31 5F 0 1D 63 34
Octal 376 201 15 0 61 137 0 35 143 64
Binary 11111110 10000001 1101 0 110001 1011111 0 11101 1100011 110100

Color Harmonies of #FE810D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE810D

Black with #FE810D

Text Example


Text Example

White with #FE810D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE810D; }

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

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

background-color css

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

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

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

border-color css

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

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

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