Html Css Color HEX #FE6215 Pumpkin

📋 copy color: '#FE6215'

red 254 ◦ green 98 ◦ blue 21

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

Shades of Pumpkin #FE6215

Tints of Pumpkin #FE6215

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.27%

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

R = 68.1%
G = 26.27%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE6215 (or 0xFE6215) is known color: Pumpkin. HEX triplet: FE, 62 and 15. RGB value is (254,98,21). Sum of RGB (Red+Green+Blue) = 254+98+21=373 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.10% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 21 (8.59% from 255 or 5.63% from 373); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6215 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6215 is #019DEA. Grayscale: #888888. Windows color (decimal): -105963 or 1401598. OLE color: 1401598.

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

Color convert

RGB 254 98 21 -
CMYK 0 0.61 0.92 0.00
HSL 19.83º 0.99% 0.54% -
HSV(B) 19.83º 0.92% 1% -
XYZ 45.38 29.86 4.08 -
YUV 135.87 63.18 212.26 -
System Red Green Blue C M Y K H S L
Decimal 254 98 21 0 0.61 0.92 0.00 19.83 0.99 0.54
Hex FE 62 15 0 3D 5C 0 14 63 36
Octal 376 142 25 0 75 134 0 24 143 66
Binary 11111110 1100010 10101 0 111101 1011100 0 10100 1100011 110110

Color Harmonies of #FE6215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6215

Black with #FE6215

Text Example


Text Example

White with #FE6215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6215; }

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

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

background-color css

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

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

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

border-color css

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

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

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