Html Css Color HEX #FE6911 Pumpkin

📋 copy color: '#FE6911'

red 254 ◦ green 105 ◦ blue 17

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

Shades of Pumpkin #FE6911

Tints of Pumpkin #FE6911

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.93%

 BLUE value IS 17 (7.03% from 255) = 4.52%

R = 67.55%
G = 27.93%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE6911 (or 0xFE6911) is known color: Pumpkin. HEX triplet: FE, 69 and 11. RGB value is (254,105,17). Sum of RGB (Red+Green+Blue) = 254+105+17=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 17 (7.03% from 255 or 4.52% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6911 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6911 is #0196EE. Grayscale: #8C8C8C. Windows color (decimal): -104175 or 1141246. OLE color: 1141246.

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

Color convert

RGB 254 105 17 -
CMYK 0 0.59 0.93 0.00
HSL 22.28º 0.99% 0.53% -
HSV(B) 22.28º 0.93% 1% -
XYZ 46.03 31.21 4.13 -
YUV 139.52 58.86 209.66 -
System Red Green Blue C M Y K H S L
Decimal 254 105 17 0 0.59 0.93 0.00 22.28 0.99 0.53
Hex FE 69 11 0 3B 5D 0 16 63 35
Octal 376 151 21 0 73 135 0 26 143 65
Binary 11111110 1101001 10001 0 111011 1011101 0 10110 1100011 110101

Color Harmonies of #FE6911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6911

Black with #FE6911

Text Example


Text Example

White with #FE6911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6911; }

 p { color: rgb(254,105,17); }

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

background-color css

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

 a { background-color: rgb(254,105,17); }

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

border-color css

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

 span { border-color: rgb(254,105,17); }

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