Html Css Color HEX #FE6C16 Pumpkin

📋 copy color: '#FE6C16'

red 254 ◦ green 108 ◦ blue 22

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

Shades of Pumpkin #FE6C16

Tints of Pumpkin #FE6C16

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.13%

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

R = 66.15%
G = 28.13%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE6C16 (or 0xFE6C16) is known color: Pumpkin. HEX triplet: FE, 6C and 16. RGB value is (254,108,22). Sum of RGB (Red+Green+Blue) = 254+108+22=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 108 (42.58% from 255 or 28.12% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6C16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FE6C16 is #0193E9. Grayscale: #8E8E8E. Windows color (decimal): -103402 or 1469694. OLE color: 1469694.

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

Color convert

RGB 254 108 22 -
CMYK 0 0.57 0.91 0.00
HSL 22.24º 0.99% 0.54% -
HSV(B) 22.24º 0.91% 1% -
XYZ 46.38 31.85 4.46 -
YUV 141.85 60.37 207.99 -
System Red Green Blue C M Y K H S L
Decimal 254 108 22 0 0.57 0.91 0.00 22.24 0.99 0.54
Hex FE 6C 16 0 39 5B 0 16 63 36
Octal 376 154 26 0 71 133 0 26 143 66
Binary 11111110 1101100 10110 0 111001 1011011 0 10110 1100011 110110

Color Harmonies of #FE6C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6C16

Black with #FE6C16

Text Example


Text Example

White with #FE6C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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