Html Css Color HEX #FE5123 Outrageous Orange

📋 copy color: '#FE5123'

red 254 ◦ green 81 ◦ blue 35

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

Shades of Outrageous Orange #FE5123

Tints of Outrageous Orange #FE5123

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.89%

 BLUE value IS 35 (14.06% from 255) = 9.46%

R = 68.65%
G = 21.89%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.00

RGB Variations

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

Color information

#FE5123 (or 0xFE5123) is known color: Outrageous Orange. HEX triplet: FE, 51 and 23. RGB value is (254,81,35). Sum of RGB (Red+Green+Blue) = 254+81+35=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 35 (14.06% from 255 or 9.46% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5123 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5123 is #01AEDC. Grayscale: #7F7F7F. Windows color (decimal): -110301 or 2314750. OLE color: 2314750.

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

Color convert

RGB 254 81 35 -
CMYK 0 0.68 0.86 0.00
HSL 12.6º 0.99% 0.57% -
HSV(B) 12.6º 0.86% 1% -
XYZ 44.12 27.08 4.49 -
YUV 127.48 75.81 218.24 -
System Red Green Blue C M Y K H S L
Decimal 254 81 35 0 0.68 0.86 0.00 12.6 0.99 0.57
Hex FE 51 23 0 44 56 0 D 63 39
Octal 376 121 43 0 104 126 0 15 143 71
Binary 11111110 1010001 100011 0 1000100 1010110 0 1101 1100011 111001

Color Harmonies of #FE5123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5123

Black with #FE5123

Text Example


Text Example

White with #FE5123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5123; }

 p { color: rgb(254,81,35); }

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

background-color css

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

 a { background-color: rgb(254,81,35); }

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

border-color css

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

 span { border-color: rgb(254,81,35); }

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