Html Css Color HEX #FE6515 Pumpkin

📋 copy color: '#FE6515'

red 254 ◦ green 101 ◦ blue 21

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

Shades of Pumpkin #FE6515

Tints of Pumpkin #FE6515

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.86%

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

R = 67.55%
G = 26.86%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE6515 (or 0xFE6515) is known color: Pumpkin. HEX triplet: FE, 65 and 15. RGB value is (254,101,21). Sum of RGB (Red+Green+Blue) = 254+101+21=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 21 (8.59% from 255 or 5.59% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6515 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6515 is #019AEA. Grayscale: #8A8A8A. Windows color (decimal): -105195 or 1402366. OLE color: 1402366.

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

Color convert

RGB 254 101 21 -
CMYK 0 0.60 0.92 0.00
HSL 20.6º 0.99% 0.54% -
HSV(B) 20.6º 0.92% 1% -
XYZ 45.66 30.43 4.18 -
YUV 137.63 62.19 211 -
System Red Green Blue C M Y K H S L
Decimal 254 101 21 0 0.60 0.92 0.00 20.6 0.99 0.54
Hex FE 65 15 0 3C 5C 0 15 63 36
Octal 376 145 25 0 74 134 0 25 143 66
Binary 11111110 1100101 10101 0 111100 1011100 0 10101 1100011 110110

Color Harmonies of #FE6515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6515

Black with #FE6515

Text Example


Text Example

White with #FE6515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6515; }

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

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

background-color css

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

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

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

border-color css

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

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

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