Html Css Color HEX #FF5D1F Outrageous Orange

📋 copy color: '#FF5D1F'

red 255 ◦ green 93 ◦ blue 31

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

Shades of Outrageous Orange #FF5D1F

Tints of Outrageous Orange #FF5D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.18%

R = 67.28%
G = 24.54%
B = 8.18%

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

#FF5D1F (or 0xFF5D1F) is known color: Outrageous Orange. HEX triplet: FF, 5D and 1F. RGB value is (255,93,31). Sum of RGB (Red+Green+Blue) = 255+93+31=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 31 (12.5% from 255 or 8.18% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5D1F is #00A2E0. Grayscale: #868686. Windows color (decimal): -41697 or 2055679. OLE color: 2055679.

HSL color Cylindrical-coordinate representation of color #FF5D1F: hue angle of 16.61º 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 #FF5D1F is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB 255 93 31 -
CMYK 0 0.64 0.88 0
HSL 16.61º 1% 0.56% -
HSV(B) 16.61º 0.88% 1% -
XYZ 45.4 29.19 4.54 -
YUV 134.37 69.67 214.04 -
System Red Green Blue C M Y K H S L
Decimal 255 93 31 0 0.64 0.88 0 16.61 1 0.56
Hex FF 5D 1F 0 40 58 0 11 64 38
Octal 377 135 37 0 100 130 0 21 144 70
Binary 11111111 1011101 11111 0 1000000 1011000 0 10001 1100100 111000

Color Harmonies of #FF5D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5D1F

Black with #FF5D1F

Text Example


Text Example

White with #FF5D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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