Html Css Color HEX #FE4030 Red Orange

📋 copy color: '#FE4030'

red 254 ◦ green 64 ◦ blue 48

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

Shades of Red Orange #FE4030

Tints of Red Orange #FE4030

RGB

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

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

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

R = 69.4%
G = 17.49%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE4030 (or 0xFE4030) is known color: Red Orange. HEX triplet: FE, 40 and 30. RGB value is (254,64,48). Sum of RGB (Red+Green+Blue) = 254+64+48=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4030 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4030 is #01BFCF. Grayscale: #777777. Windows color (decimal): -114640 or 3162366. OLE color: 3162366.

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

Color convert

RGB 254 64 48 -
CMYK 0 0.75 0.81 0.00
HSL 4.66º 0.99% 0.59% -
HSV(B) 4.66º 0.81% 1% -
XYZ 43.24 24.95 5.33 -
YUV 118.99 87.95 224.3 -
System Red Green Blue C M Y K H S L
Decimal 254 64 48 0 0.75 0.81 0.00 4.66 0.99 0.59
Hex FE 40 30 0 4B 51 0 5 63 3B
Octal 376 100 60 0 113 121 0 5 143 73
Binary 11111110 1000000 110000 0 1001011 1010001 0 101 1100011 111011

Color Harmonies of #FE4030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4030

Black with #FE4030

Text Example


Text Example

White with #FE4030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4030; }

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

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

background-color css

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

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

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

border-color css

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

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

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