Html Css Color HEX #FE871F Pumpkin

📋 copy color: '#FE871F'

red 254 ◦ green 135 ◦ blue 31

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

Shades of Pumpkin #FE871F

Tints of Pumpkin #FE871F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.14%

 BLUE value IS 31 (12.5% from 255) = 7.38%

R = 60.48%
G = 32.14%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE871F (or 0xFE871F) is known color: Pumpkin. HEX triplet: FE, 87 and 1F. RGB value is (254,135,31). Sum of RGB (Red+Green+Blue) = 254+135+31=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 31 (12.5% from 255 or 7.38% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE871F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE871F is #0178E0. Grayscale: #9F9F9F. Windows color (decimal): -96481 or 2066430. OLE color: 2066430.

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

Color convert

RGB 254 135 31 -
CMYK 0 0.47 0.88 0.00
HSL 27.98º 0.99% 0.56% -
HSV(B) 27.98º 0.88% 1% -
XYZ 49.78 38.5 6.1 -
YUV 158.73 55.92 195.96 -
System Red Green Blue C M Y K H S L
Decimal 254 135 31 0 0.47 0.88 0.00 27.98 0.99 0.56
Hex FE 87 1F 0 2F 58 0 1C 63 38
Octal 376 207 37 0 57 130 0 34 143 70
Binary 11111110 10000111 11111 0 101111 1011000 0 11100 1100011 111000

Color Harmonies of #FE871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE871F

Black with #FE871F

Text Example


Text Example

White with #FE871F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE871F; }

 p { color: rgb(254,135,31); }

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

background-color css

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

 a { background-color: rgb(254,135,31); }

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

border-color css

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

 span { border-color: rgb(254,135,31); }

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