Html Css Color HEX #FF5E16 Pumpkin

📋 copy color: '#FF5E16'

red 255 ◦ green 94 ◦ blue 22

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

Shades of Pumpkin #FF5E16

Tints of Pumpkin #FF5E16

RGB

 RED value IS 255 (100% from 255) = 68.73%

 GREEN value IS 94 (37.11% from 255) = 25.34%

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

R = 68.73%
G = 25.34%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF5E16 (or 0xFF5E16) is known color: Pumpkin. HEX triplet: FF, 5E and 16. RGB value is (255,94,22). Sum of RGB (Red+Green+Blue) = 255+94+22=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5E16 is #00A1E9. Grayscale: #868686. Windows color (decimal): -41450 or 1466111. OLE color: 1466111.

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

Color convert

RGB 255 94 22 -
CMYK 0 0.63 0.91 0
HSL 18.54º 1% 0.54% -
HSV(B) 18.54º 0.91% 1% -
XYZ 45.39 29.32 4.03 -
YUV 133.93 64.84 214.35 -
System Red Green Blue C M Y K H S L
Decimal 255 94 22 0 0.63 0.91 0 18.54 1 0.54
Hex FF 5E 16 0 3F 5B 0 13 64 36
Octal 377 136 26 0 77 133 0 23 144 66
Binary 11111111 1011110 10110 0 111111 1011011 0 10011 1100100 110110

Color Harmonies of #FF5E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5E16

Black with #FF5E16

Text Example


Text Example

White with #FF5E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5E16; }

 p { color: rgb(255,94,22); }

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

background-color css

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

 a { background-color: rgb(255,94,22); }

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

border-color css

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

 span { border-color: rgb(255,94,22); }

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