Html Css Color HEX #FE6116 Pumpkin

📋 copy color: '#FE6116'

red 254 ◦ green 97 ◦ blue 22

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

Shades of Pumpkin #FE6116

Tints of Pumpkin #FE6116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.9%

R = 68.1%
G = 26.01%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE6116 (or 0xFE6116) is known color: Pumpkin. HEX triplet: FE, 61 and 16. RGB value is (254,97,22). Sum of RGB (Red+Green+Blue) = 254+97+22=373 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.10% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 22 (8.98% from 255 or 5.90% from 373); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6116 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6116 is #019EE9. Grayscale: #878787. Windows color (decimal): -106218 or 1466878. OLE color: 1466878.

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

Color convert

RGB 254 97 22 -
CMYK 0 0.62 0.91 0.00
HSL 19.4º 0.99% 0.54% -
HSV(B) 19.4º 0.91% 1% -
XYZ 45.29 29.68 4.1 -
YUV 135.39 64.01 212.6 -
System Red Green Blue C M Y K H S L
Decimal 254 97 22 0 0.62 0.91 0.00 19.4 0.99 0.54
Hex FE 61 16 0 3E 5B 0 13 63 36
Octal 376 141 26 0 76 133 0 23 143 66
Binary 11111110 1100001 10110 0 111110 1011011 0 10011 1100011 110110

Color Harmonies of #FE6116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6116

Black with #FE6116

Text Example


Text Example

White with #FE6116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6116; }

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

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

background-color css

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

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

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

border-color css

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

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

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