Html Css Color HEX #FE711E Pumpkin

📋 copy color: '#FE711E'

red 254 ◦ green 113 ◦ blue 30

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

Shades of Pumpkin #FE711E

Tints of Pumpkin #FE711E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.46%

 BLUE value IS 30 (12.11% from 255) = 7.56%

R = 63.98%
G = 28.46%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#FE711E (or 0xFE711E) is known color: Pumpkin. HEX triplet: FE, 71 and 1E. RGB value is (254,113,30). Sum of RGB (Red+Green+Blue) = 254+113+30=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE711E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE711E is #018EE1. Grayscale: #929292. Windows color (decimal): -102114 or 1995262. OLE color: 1995262.

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

Color convert

RGB 254 113 30 -
CMYK 0 0.56 0.88 0.00
HSL 22.23º 0.99% 0.56% -
HSV(B) 22.23º 0.88% 1% -
XYZ 47.01 32.97 5.12 -
YUV 145.7 62.71 205.25 -
System Red Green Blue C M Y K H S L
Decimal 254 113 30 0 0.56 0.88 0.00 22.23 0.99 0.56
Hex FE 71 1E 0 38 58 0 16 63 38
Octal 376 161 36 0 70 130 0 26 143 70
Binary 11111110 1110001 11110 0 111000 1011000 0 10110 1100011 111000

Color Harmonies of #FE711E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE711E

Black with #FE711E

Text Example


Text Example

White with #FE711E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE711E; }

 p { color: rgb(254,113,30); }

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

background-color css

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

 a { background-color: rgb(254,113,30); }

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

border-color css

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

 span { border-color: rgb(254,113,30); }

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