Html Css Color HEX #FE413A Red Orange

📋 copy color: '#FE413A'

red 254 ◦ green 65 ◦ blue 58

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

Shades of Red Orange #FE413A

Tints of Red Orange #FE413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.24%

 BLUE value IS 58 (23.05% from 255) = 15.38%

R = 67.37%
G = 17.24%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE413A (or 0xFE413A) is known color: Red Orange. HEX triplet: FE, 41 and 3A. RGB value is (254,65,58). Sum of RGB (Red+Green+Blue) = 254+65+58=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 58 (23.05% from 255 or 15.38% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE413A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE413A is #01BEC5. Grayscale: #787878. Windows color (decimal): -114374 or 3817982. OLE color: 3817982.

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

Color convert

RGB 254 65 58 -
CMYK 0 0.74 0.77 0.00
HSL 2.14º 0.99% 0.61% -
HSV(B) 2.14º 0.77% 1% -
XYZ 43.53 25.16 6.56 -
YUV 120.71 92.62 223.07 -
System Red Green Blue C M Y K H S L
Decimal 254 65 58 0 0.74 0.77 0.00 2.14 0.99 0.61
Hex FE 41 3A 0 4A 4D 0 2 63 3D
Octal 376 101 72 0 112 115 0 2 143 75
Binary 11111110 1000001 111010 0 1001010 1001101 0 10 1100011 111101

Color Harmonies of #FE413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE413A

Black with #FE413A

Text Example


Text Example

White with #FE413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE413A; }

 p { color: rgb(254,65,58); }

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

background-color css

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

 a { background-color: rgb(254,65,58); }

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

border-color css

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

 span { border-color: rgb(254,65,58); }

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