Html Css Color HEX #FE6115 Pumpkin

📋 copy color: '#FE6115'

red 254 ◦ green 97 ◦ blue 21

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

Shades of Pumpkin #FE6115

Tints of Pumpkin #FE6115

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.08%

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

R = 68.28%
G = 26.08%
B = 5.65%

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

#FE6115 (or 0xFE6115) is known color: Pumpkin. HEX triplet: FE, 61 and 15. RGB value is (254,97,21). Sum of RGB (Red+Green+Blue) = 254+97+21=372 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.28% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 21 (8.59% from 255 or 5.65% from 372); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6115 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6115 is #019EEA. Grayscale: #878787. Windows color (decimal): -106219 or 1401342. OLE color: 1401342.

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

Color convert

RGB 254 97 21 -
CMYK 0 0.62 0.92 0.00
HSL 19.57º 0.99% 0.54% -
HSV(B) 19.57º 0.92% 1% -
XYZ 45.28 29.67 4.05 -
YUV 135.28 63.51 212.68 -
System Red Green Blue C M Y K H S L
Decimal 254 97 21 0 0.62 0.92 0.00 19.57 0.99 0.54
Hex FE 61 15 0 3E 5C 0 14 63 36
Octal 376 141 25 0 76 134 0 24 143 66
Binary 11111110 1100001 10101 0 111110 1011100 0 10100 1100011 110110

Color Harmonies of #FE6115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6115

Black with #FE6115

Text Example


Text Example

White with #FE6115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6115; }

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

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

background-color css

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

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

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

border-color css

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

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

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