Html Css Color HEX #FE423A Red Orange

📋 copy color: '#FE423A'

red 254 ◦ green 66 ◦ blue 58

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

Shades of Red Orange #FE423A

Tints of Red Orange #FE423A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.46%

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

R = 67.2%
G = 17.46%
B = 15.34%

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

#FE423A (or 0xFE423A) is known color: Red Orange. HEX triplet: FE, 42 and 3A. RGB value is (254,66,58). Sum of RGB (Red+Green+Blue) = 254+66+58=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 58 (23.05% from 255 or 15.34% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE423A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE423A is #01BDC5. Grayscale: #797979. Windows color (decimal): -114118 or 3818238. OLE color: 3818238.

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

Color convert

RGB 254 66 58 -
CMYK 0 0.74 0.77 0.00
HSL 2.45º 0.99% 0.61% -
HSV(B) 2.45º 0.77% 1% -
XYZ 43.58 25.27 6.58 -
YUV 121.3 92.28 222.65 -
System Red Green Blue C M Y K H S L
Decimal 254 66 58 0 0.74 0.77 0.00 2.45 0.99 0.61
Hex FE 42 3A 0 4A 4D 0 2 63 3D
Octal 376 102 72 0 112 115 0 2 143 75
Binary 11111110 1000010 111010 0 1001010 1001101 0 10 1100011 111101

Color Harmonies of #FE423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE423A

Black with #FE423A

Text Example


Text Example

White with #FE423A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE423A; }

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

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

background-color css

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

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

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

border-color css

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

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

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