Html Css Color HEX #FE4A30 Red Orange

📋 copy color: '#FE4A30'

red 254 ◦ green 74 ◦ blue 48

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

Shades of Red Orange #FE4A30

Tints of Red Orange #FE4A30

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.68%

 BLUE value IS 48 (19.14% from 255) = 12.77%

R = 67.55%
G = 19.68%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE4A30 (or 0xFE4A30) is known color: Red Orange. HEX triplet: FE, 4A and 30. RGB value is (254,74,48). Sum of RGB (Red+Green+Blue) = 254+74+48=376 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.55% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4A30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4A30 is #01B5CF. Grayscale: #7D7D7D. Windows color (decimal): -112080 or 3164926. OLE color: 3164926.

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

Color convert

RGB 254 74 48 -
CMYK 0 0.71 0.81 0.00
HSL 7.57º 0.99% 0.59% -
HSV(B) 7.57º 0.81% 1% -
XYZ 43.86 26.18 5.54 -
YUV 124.86 84.63 220.11 -
System Red Green Blue C M Y K H S L
Decimal 254 74 48 0 0.71 0.81 0.00 7.57 0.99 0.59
Hex FE 4A 30 0 47 51 0 8 63 3B
Octal 376 112 60 0 107 121 0 10 143 73
Binary 11111110 1001010 110000 0 1000111 1010001 0 1000 1100011 111011

Color Harmonies of #FE4A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4A30

Black with #FE4A30

Text Example


Text Example

White with #FE4A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4A30; }

 p { color: rgb(254,74,48); }

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

background-color css

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

 a { background-color: rgb(254,74,48); }

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

border-color css

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

 span { border-color: rgb(254,74,48); }

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