Html Css Color HEX #FE7316 Pumpkin

📋 copy color: '#FE7316'

red 254 ◦ green 115 ◦ blue 22

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

Shades of Pumpkin #FE7316

Tints of Pumpkin #FE7316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.41%

 BLUE value IS 22 (8.98% from 255) = 5.63%

R = 64.96%
G = 29.41%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE7316 (or 0xFE7316) is known color: Pumpkin. HEX triplet: FE, 73 and 16. RGB value is (254,115,22). Sum of RGB (Red+Green+Blue) = 254+115+22=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7316 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7316 is #018CE9. Grayscale: #929292. Windows color (decimal): -101610 or 1471486. OLE color: 1471486.

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

Color convert

RGB 254 115 22 -
CMYK 0 0.55 0.91 0.00
HSL 24.05º 0.99% 0.54% -
HSV(B) 24.05º 0.91% 1% -
XYZ 47.15 33.39 4.72 -
YUV 145.96 58.05 205.06 -
System Red Green Blue C M Y K H S L
Decimal 254 115 22 0 0.55 0.91 0.00 24.05 0.99 0.54
Hex FE 73 16 0 37 5B 0 18 63 36
Octal 376 163 26 0 67 133 0 30 143 66
Binary 11111110 1110011 10110 0 110111 1011011 0 11000 1100011 110110

Color Harmonies of #FE7316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7316

Black with #FE7316

Text Example


Text Example

White with #FE7316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7316; }

 p { color: rgb(254,115,22); }

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

background-color css

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

 a { background-color: rgb(254,115,22); }

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

border-color css

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

 span { border-color: rgb(254,115,22); }

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