Html Css Color HEX #FE4613 Orange Red

📋 copy color: '#FE4613'

red 254 ◦ green 70 ◦ blue 19

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

Shades of Orange Red #FE4613

Tints of Orange Red #FE4613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.41%

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

R = 74.05%
G = 20.41%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE4613 (or 0xFE4613) is known color: Orange Red. HEX triplet: FE, 46 and 13. RGB value is (254,70,19). Sum of RGB (Red+Green+Blue) = 254+70+19=343 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.05% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 19 (7.81% from 255 or 5.54% from 343); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4613 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4613 is #01B9EC. Grayscale: #777777. Windows color (decimal): -113133 or 1263358. OLE color: 1263358.

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

Color convert

RGB 254 70 19 -
CMYK 0 0.72 0.93 0.00
HSL 13.02º 0.99% 0.54% -
HSV(B) 13.02º 0.93% 1% -
XYZ 43.18 25.5 3.26 -
YUV 119.2 71.46 224.15 -
System Red Green Blue C M Y K H S L
Decimal 254 70 19 0 0.72 0.93 0.00 13.02 0.99 0.54
Hex FE 46 13 0 48 5D 0 D 63 36
Octal 376 106 23 0 110 135 0 15 143 66
Binary 11111110 1000110 10011 0 1001000 1011101 0 1101 1100011 110110

Color Harmonies of #FE4613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4613

Black with #FE4613

Text Example


Text Example

White with #FE4613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4613; }

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

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

background-color css

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

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

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

border-color css

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

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

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