Html Css Color HEX #FE5D3A Outrageous Orange

📋 copy color: '#FE5D3A'

red 254 ◦ green 93 ◦ blue 58

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

Shades of Outrageous Orange #FE5D3A

Tints of Outrageous Orange #FE5D3A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.96%

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

R = 62.72%
G = 22.96%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE5D3A (or 0xFE5D3A) is known color: Outrageous Orange. HEX triplet: FE, 5D and 3A. RGB value is (254,93,58). Sum of RGB (Red+Green+Blue) = 254+93+58=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 93 (36.72% from 255 or 22.96% from 405); Blue value is 58 (23.05% from 255 or 14.32% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5D3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE5D3A is #01A2C5. Grayscale: #898989. Windows color (decimal): -107206 or 3825150. OLE color: 3825150.

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

Color convert

RGB 254 93 58 -
CMYK 0 0.63 0.77 0.00
HSL 10.71º 0.99% 0.61% -
HSV(B) 10.71º 0.77% 1% -
XYZ 45.55 29.21 7.24 -
YUV 137.15 83.34 211.35 -
System Red Green Blue C M Y K H S L
Decimal 254 93 58 0 0.63 0.77 0.00 10.71 0.99 0.61
Hex FE 5D 3A 0 3F 4D 0 B 63 3D
Octal 376 135 72 0 77 115 0 13 143 75
Binary 11111110 1011101 111010 0 111111 1001101 0 1011 1100011 111101

Color Harmonies of #FE5D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE5D3A

Black with #FE5D3A

Text Example


Text Example

White with #FE5D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE5D3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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