Html Css Color HEX #FE8613 Pumpkin

📋 copy color: '#FE8613'

red 254 ◦ green 134 ◦ blue 19

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

Shades of Pumpkin #FE8613

Tints of Pumpkin #FE8613

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.92%

 BLUE value IS 19 (7.81% from 255) = 4.67%

R = 62.41%
G = 32.92%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE8613 (or 0xFE8613) is known color: Pumpkin. HEX triplet: FE, 86 and 13. RGB value is (254,134,19). Sum of RGB (Red+Green+Blue) = 254+134+19=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 19 (7.81% from 255 or 4.67% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8613 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8613 is #0179EC. Grayscale: #9D9D9D. Windows color (decimal): -96749 or 1279742. OLE color: 1279742.

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

Color convert

RGB 254 134 19 -
CMYK 0 0.47 0.93 0.00
HSL 29.36º 0.99% 0.54% -
HSV(B) 29.36º 0.93% 1% -
XYZ 49.52 38.17 5.37 -
YUV 156.77 50.26 197.35 -
System Red Green Blue C M Y K H S L
Decimal 254 134 19 0 0.47 0.93 0.00 29.36 0.99 0.54
Hex FE 86 13 0 2F 5D 0 1D 63 36
Octal 376 206 23 0 57 135 0 35 143 66
Binary 11111110 10000110 10011 0 101111 1011101 0 11101 1100011 110110

Color Harmonies of #FE8613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8613

Black with #FE8613

Text Example


Text Example

White with #FE8613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8613; }

 p { color: rgb(254,134,19); }

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

background-color css

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

 a { background-color: rgb(254,134,19); }

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

border-color css

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

 span { border-color: rgb(254,134,19); }

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