Html Css Color HEX #FE6913 Pumpkin

📋 copy color: '#FE6913'

red 254 ◦ green 105 ◦ blue 19

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

Shades of Pumpkin #FE6913

Tints of Pumpkin #FE6913

RGB

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

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

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

R = 67.2%
G = 27.78%
B = 5.03%

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

#FE6913 (or 0xFE6913) is known color: Pumpkin. HEX triplet: FE, 69 and 13. RGB value is (254,105,19). Sum of RGB (Red+Green+Blue) = 254+105+19=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 19 (7.81% from 255 or 5.03% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6913 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6913 is #0196EC. Grayscale: #8C8C8C. Windows color (decimal): -104173 or 1272318. OLE color: 1272318.

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

Color convert

RGB 254 105 19 -
CMYK 0 0.59 0.93 0.00
HSL 21.96º 0.99% 0.54% -
HSV(B) 21.96º 0.93% 1% -
XYZ 46.04 31.22 4.22 -
YUV 139.75 59.86 209.49 -
System Red Green Blue C M Y K H S L
Decimal 254 105 19 0 0.59 0.93 0.00 21.96 0.99 0.54
Hex FE 69 13 0 3B 5D 0 16 63 36
Octal 376 151 23 0 73 135 0 26 143 66
Binary 11111110 1101001 10011 0 111011 1011101 0 10110 1100011 110110

Color Harmonies of #FE6913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6913

Black with #FE6913

Text Example


Text Example

White with #FE6913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6913; }

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

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

background-color css

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

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

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

border-color css

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

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

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