Html Css Color HEX #FE3E10 Orange Red

📋 copy color: '#FE3E10'

red 254 ◦ green 62 ◦ blue 16

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

Shades of Orange Red #FE3E10

Tints of Orange Red #FE3E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.82%

R = 76.51%
G = 18.67%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE3E10 (or 0xFE3E10) is known color: Orange Red. HEX triplet: FE, 3E and 10. RGB value is (254,62,16). Sum of RGB (Red+Green+Blue) = 254+62+16=332 (43% of max value = 765). Red value is 254 (99.61% from 255 or 76.51% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3E10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE3E10 is #01C1EF. Grayscale: #727272. Windows color (decimal): -115184 or 1064702. OLE color: 1064702.

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

Color convert

RGB 254 62 16 -
CMYK 0 0.76 0.94 0.00
HSL 11.6º 0.99% 0.53% -
HSV(B) 11.6º 0.94% 1% -
XYZ 42.69 24.55 2.98 -
YUV 114.16 72.61 227.74 -
System Red Green Blue C M Y K H S L
Decimal 254 62 16 0 0.76 0.94 0.00 11.6 0.99 0.53
Hex FE 3E 10 0 4C 5E 0 C 63 35
Octal 376 76 20 0 114 136 0 14 143 65
Binary 11111110 111110 10000 0 1001100 1011110 0 1100 1100011 110101

Color Harmonies of #FE3E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3E10

Black with #FE3E10

Text Example


Text Example

White with #FE3E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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