Html Css Color HEX #FE4005 Orange Red

📋 copy color: '#FE4005'

red 254 ◦ green 64 ◦ blue 5

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

Shades of Orange Red #FE4005

Tints of Orange Red #FE4005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.55%

R = 78.64%
G = 19.81%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE4005 (or 0xFE4005) is known color: Orange Red. HEX triplet: FE, 40 and 05. RGB value is (254,64,5). Sum of RGB (Red+Green+Blue) = 254+64+5=323 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.64% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 5 (2.34% from 255 or 1.55% from 323); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4005 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE4005 is #01BFFA. Grayscale: #727272. Windows color (decimal): -114683 or 344318. OLE color: 344318.

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

Color convert

RGB 254 64 5 -
CMYK 0 0.75 0.98 0.00
HSL 14.22º 0.99% 0.51% -
HSV(B) 14.22º 0.98% 1% -
XYZ 42.73 24.75 2.67 -
YUV 114.08 66.45 227.8 -
System Red Green Blue C M Y K H S L
Decimal 254 64 5 0 0.75 0.98 0.00 14.22 0.99 0.51
Hex FE 40 5 0 4B 62 0 E 63 33
Octal 376 100 5 0 113 142 0 16 143 63
Binary 11111110 1000000 101 0 1001011 1100010 0 1110 1100011 110011

Color Harmonies of #FE4005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4005

Black with #FE4005

Text Example


Text Example

White with #FE4005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4005; }

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

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

background-color css

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

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

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

border-color css

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

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

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