Html Css Color HEX #FE3E16 Orange Red

📋 copy color: '#FE3E16'

red 254 ◦ green 62 ◦ blue 22

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

Shades of Orange Red #FE3E16

Tints of Orange Red #FE3E16

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.34%

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

R = 75.15%
G = 18.34%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE3E16 (or 0xFE3E16) is known color: Orange Red. HEX triplet: FE, 3E and 16. RGB value is (254,62,22). Sum of RGB (Red+Green+Blue) = 254+62+22=338 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.15% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3E16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3E16 is #01C1E9. Grayscale: #737373. Windows color (decimal): -115178 or 1457918. OLE color: 1457918.

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

Color convert

RGB 254 62 22 -
CMYK 0 0.76 0.91 0.00
HSL 10.34º 0.99% 0.54% -
HSV(B) 10.34º 0.91% 1% -
XYZ 42.74 24.57 3.25 -
YUV 114.85 75.61 227.25 -
System Red Green Blue C M Y K H S L
Decimal 254 62 22 0 0.76 0.91 0.00 10.34 0.99 0.54
Hex FE 3E 16 0 4C 5B 0 A 63 36
Octal 376 76 26 0 114 133 0 12 143 66
Binary 11111110 111110 10110 0 1001100 1011011 0 1010 1100011 110110

Color Harmonies of #FE3E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3E16

Black with #FE3E16

Text Example


Text Example

White with #FE3E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3E16; }

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

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

background-color css

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

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

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

border-color css

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

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

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