Html Css Color HEX #FE7F15 Pumpkin

📋 copy color: '#FE7F15'

red 254 ◦ green 127 ◦ blue 21

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

Shades of Pumpkin #FE7F15

Tints of Pumpkin #FE7F15

RGB

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

 GREEN value IS 127 (50% from 255) = 31.59%

 BLUE value IS 21 (8.59% from 255) = 5.22%

R = 63.18%
G = 31.59%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE7F15 (or 0xFE7F15) is known color: Pumpkin. HEX triplet: FE, 7F and 15. RGB value is (254,127,21). Sum of RGB (Red+Green+Blue) = 254+127+21=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 21 (8.59% from 255 or 5.22% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7F15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE7F15 is #0180EA. Grayscale: #999999. Windows color (decimal): -98539 or 1409022. OLE color: 1409022.

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

Color convert

RGB 254 127 21 -
CMYK 0 0.50 0.92 0.00
HSL 27.3º 0.99% 0.54% -
HSV(B) 27.3º 0.92% 1% -
XYZ 48.6 36.3 5.16 -
YUV 152.89 53.58 200.12 -
System Red Green Blue C M Y K H S L
Decimal 254 127 21 0 0.50 0.92 0.00 27.3 0.99 0.54
Hex FE 7F 15 0 32 5C 0 1B 63 36
Octal 376 177 25 0 62 134 0 33 143 66
Binary 11111110 1111111 10101 0 110010 1011100 0 11011 1100011 110110

Color Harmonies of #FE7F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7F15

Black with #FE7F15

Text Example


Text Example

White with #FE7F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7F15; }

 p { color: rgb(254,127,21); }

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

background-color css

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

 a { background-color: rgb(254,127,21); }

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

border-color css

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

 span { border-color: rgb(254,127,21); }

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