Html Css Color HEX #FF5D1E Outrageous Orange

📋 copy color: '#FF5D1E'

red 255 ◦ green 93 ◦ blue 30

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

Shades of Outrageous Orange #FF5D1E

Tints of Outrageous Orange #FF5D1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.94%

R = 67.46%
G = 24.6%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF5D1E (or 0xFF5D1E) is known color: Outrageous Orange. HEX triplet: FF, 5D and 1E. RGB value is (255,93,30). Sum of RGB (Red+Green+Blue) = 255+93+30=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 30 (12.11% from 255 or 7.94% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5D1E is #00A2E1. Grayscale: #868686. Windows color (decimal): -41698 or 1990143. OLE color: 1990143.

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

Color convert

RGB 255 93 30 -
CMYK 0 0.64 0.88 0
HSL 16.8º 1% 0.56% -
HSV(B) 16.8º 0.88% 1% -
XYZ 45.39 29.18 4.47 -
YUV 134.26 69.17 214.12 -
System Red Green Blue C M Y K H S L
Decimal 255 93 30 0 0.64 0.88 0 16.8 1 0.56
Hex FF 5D 1E 0 40 58 0 11 64 38
Octal 377 135 36 0 100 130 0 21 144 70
Binary 11111111 1011101 11110 0 1000000 1011000 0 10001 1100100 111000

Color Harmonies of #FF5D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5D1E

Black with #FF5D1E

Text Example


Text Example

White with #FF5D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5D1E; }

 p { color: rgb(255,93,30); }

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

background-color css

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

 a { background-color: rgb(255,93,30); }

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

border-color css

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

 span { border-color: rgb(255,93,30); }

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