Html Css Color HEX #FE6015 Pumpkin

📋 copy color: '#FE6015'

red 254 ◦ green 96 ◦ blue 21

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

Shades of Pumpkin #FE6015

Tints of Pumpkin #FE6015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.88%

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

R = 68.46%
G = 25.88%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE6015 (or 0xFE6015) is known color: Pumpkin. HEX triplet: FE, 60 and 15. RGB value is (254,96,21). Sum of RGB (Red+Green+Blue) = 254+96+21=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6015 is #019FEA. Grayscale: #878787. Windows color (decimal): -106475 or 1401086. OLE color: 1401086.

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

Color convert

RGB 254 96 21 -
CMYK 0 0.62 0.92 0.00
HSL 19.31º 0.99% 0.54% -
HSV(B) 19.31º 0.92% 1% -
XYZ 45.19 29.49 4.02 -
YUV 134.69 63.85 213.1 -
System Red Green Blue C M Y K H S L
Decimal 254 96 21 0 0.62 0.92 0.00 19.31 0.99 0.54
Hex FE 60 15 0 3E 5C 0 13 63 36
Octal 376 140 25 0 76 134 0 23 143 66
Binary 11111110 1100000 10101 0 111110 1011100 0 10011 1100011 110110

Color Harmonies of #FE6015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6015

Black with #FE6015

Text Example


Text Example

White with #FE6015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6015; }

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

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

background-color css

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

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

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

border-color css

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

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

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