Html Css Color HEX #FF5E2A Outrageous Orange

📋 copy color: '#FF5E2A'

red 255 ◦ green 94 ◦ blue 42

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

Shades of Outrageous Orange #FF5E2A

Tints of Outrageous Orange #FF5E2A

RGB

 RED value IS 255 (100% from 255) = 65.22%

 GREEN value IS 94 (37.11% from 255) = 24.04%

 BLUE value IS 42 (16.8% from 255) = 10.74%

R = 65.22%
G = 24.04%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF5E2A (or 0xFF5E2A) is known color: Outrageous Orange. HEX triplet: FF, 5E and 2A. RGB value is (255,94,42). Sum of RGB (Red+Green+Blue) = 255+94+42=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 42 (16.80% from 255 or 10.74% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5E2A is #00A1D5. Grayscale: #888888. Windows color (decimal): -41430 or 2776831. OLE color: 2776831.

HSL color Cylindrical-coordinate representation of color #FF5E2A: hue angle of 14.65º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF5E2A is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 255 94 42 -
CMYK 0 0.63 0.84 0
HSL 14.65º 1% 0.58% -
HSV(B) 14.65º 0.84% 1% -
XYZ 45.66 29.43 5.46 -
YUV 136.21 74.84 212.73 -
System Red Green Blue C M Y K H S L
Decimal 255 94 42 0 0.63 0.84 0 14.65 1 0.58
Hex FF 5E 2A 0 3F 54 0 F 64 3A
Octal 377 136 52 0 77 124 0 17 144 72
Binary 11111111 1011110 101010 0 111111 1010100 0 1111 1100100 111010

Color Harmonies of #FF5E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5E2A

Black with #FF5E2A

Text Example


Text Example

White with #FF5E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5E2A; }

 p { color: rgb(255,94,42); }

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

background-color css

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

 a { background-color: rgb(255,94,42); }

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

border-color css

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

 span { border-color: rgb(255,94,42); }

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