Html Css Color HEX #FE4013 Orange Red

📋 copy color: '#FE4013'

red 254 ◦ green 64 ◦ blue 19

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

Shades of Orange Red #FE4013

Tints of Orange Red #FE4013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.99%

 BLUE value IS 19 (7.81% from 255) = 5.64%

R = 75.37%
G = 18.99%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE4013 (or 0xFE4013) is known color: Orange Red. HEX triplet: FE, 40 and 13. RGB value is (254,64,19). Sum of RGB (Red+Green+Blue) = 254+64+19=337 (44% of max value = 765). Red value is 254 (99.61% from 255 or 75.37% from 337); Green value is 64 (25.39% from 255 or 18.99% from 337); Blue value is 19 (7.81% from 255 or 5.64% from 337); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4013 is #01BFEC. Grayscale: #747474. Windows color (decimal): -114669 or 1261822. OLE color: 1261822.

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

Color convert

RGB 254 64 19 -
CMYK 0 0.75 0.93 0.00
HSL 11.49º 0.99% 0.54% -
HSV(B) 11.49º 0.93% 1% -
XYZ 42.82 24.78 3.14 -
YUV 115.68 73.45 226.66 -
System Red Green Blue C M Y K H S L
Decimal 254 64 19 0 0.75 0.93 0.00 11.49 0.99 0.54
Hex FE 40 13 0 4B 5D 0 B 63 36
Octal 376 100 23 0 113 135 0 13 143 66
Binary 11111110 1000000 10011 0 1001011 1011101 0 1011 1100011 110110

Color Harmonies of #FE4013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4013

Black with #FE4013

Text Example


Text Example

White with #FE4013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4013; }

 p { color: rgb(254,64,19); }

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

background-color css

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

 a { background-color: rgb(254,64,19); }

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

border-color css

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

 span { border-color: rgb(254,64,19); }

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