Html Css Color HEX #FE4530 Red Orange

📋 copy color: '#FE4530'

red 254 ◦ green 69 ◦ blue 48

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

Shades of Red Orange #FE4530

Tints of Red Orange #FE4530

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.6%

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

R = 68.46%
G = 18.6%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FE4530 (or 0xFE4530) is known color: Red Orange. HEX triplet: FE, 45 and 30. RGB value is (254,69,48). Sum of RGB (Red+Green+Blue) = 254+69+48=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 69 (27.34% from 255 or 18.60% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4530 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE4530 is #01BACF. Grayscale: #7A7A7A. Windows color (decimal): -113360 or 3163646. OLE color: 3163646.

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

Color convert

RGB 254 69 48 -
CMYK 0 0.73 0.81 0.00
HSL 6.12º 0.99% 0.59% -
HSV(B) 6.12º 0.81% 1% -
XYZ 43.53 25.54 5.43 -
YUV 121.92 86.29 222.21 -
System Red Green Blue C M Y K H S L
Decimal 254 69 48 0 0.73 0.81 0.00 6.12 0.99 0.59
Hex FE 45 30 0 49 51 0 6 63 3B
Octal 376 105 60 0 111 121 0 6 143 73
Binary 11111110 1000101 110000 0 1001001 1010001 0 110 1100011 111011

Color Harmonies of #FE4530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4530

Black with #FE4530

Text Example


Text Example

White with #FE4530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4530; }

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

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

background-color css

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

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

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

border-color css

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

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

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