Html Css Color HEX #FE711A Pumpkin

📋 copy color: '#FE711A'

red 254 ◦ green 113 ◦ blue 26

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

Shades of Pumpkin #FE711A

Tints of Pumpkin #FE711A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.62%

R = 64.63%
G = 28.75%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE711A (or 0xFE711A) is known color: Pumpkin. HEX triplet: FE, 71 and 1A. RGB value is (254,113,26). Sum of RGB (Red+Green+Blue) = 254+113+26=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 26 (10.55% from 255 or 6.62% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE711A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE711A is #018EE5. Grayscale: #919191. Windows color (decimal): -102118 or 1733118. OLE color: 1733118.

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

Color convert

RGB 254 113 26 -
CMYK 0 0.56 0.90 0.00
HSL 22.89º 0.99% 0.55% -
HSV(B) 22.89º 0.9% 1% -
XYZ 46.96 32.96 4.86 -
YUV 145.24 60.71 205.57 -
System Red Green Blue C M Y K H S L
Decimal 254 113 26 0 0.56 0.90 0.00 22.89 0.99 0.55
Hex FE 71 1A 0 38 5A 0 17 63 37
Octal 376 161 32 0 70 132 0 27 143 67
Binary 11111110 1110001 11010 0 111000 1011010 0 10111 1100011 110111

Color Harmonies of #FE711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE711A

Black with #FE711A

Text Example


Text Example

White with #FE711A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE711A; }

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

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

background-color css

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

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

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

border-color css

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

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

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