Html Css Color HEX #FF5E3F Outrageous Orange

📋 copy color: '#FF5E3F'

red 255 ◦ green 94 ◦ blue 63

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

Shades of Outrageous Orange #FF5E3F

Tints of Outrageous Orange #FF5E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.29%

R = 61.89%
G = 22.82%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#FF5E3F (or 0xFF5E3F) is known color: Outrageous Orange. HEX triplet: FF, 5E and 3F. RGB value is (255,94,63). Sum of RGB (Red+Green+Blue) = 255+94+63=412 (54% of max value = 765). Red value is 255 (100% from 255 or 61.89% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5E3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5E3F is #00A1C0. Grayscale: #8A8A8A. Windows color (decimal): -41409 or 4153087. OLE color: 4153087.

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

Color convert

RGB 255 94 63 -
CMYK 0 0.63 0.75 0
HSL 9.69º 1% 0.62% -
HSV(B) 9.69º 0.75% 1% -
XYZ 46.14 29.62 7.99 -
YUV 138.61 85.34 211.02 -
System Red Green Blue C M Y K H S L
Decimal 255 94 63 0 0.63 0.75 0 9.69 1 0.62
Hex FF 5E 3F 0 3F 4B 0 A 64 3E
Octal 377 136 77 0 77 113 0 12 144 76
Binary 11111111 1011110 111111 0 111111 1001011 0 1010 1100100 111110

Color Harmonies of #FF5E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5E3F

Black with #FF5E3F

Text Example


Text Example

White with #FF5E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5E3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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