Html Css Color HEX #FF5A1F Outrageous Orange

📋 copy color: '#FF5A1F'

red 255 ◦ green 90 ◦ blue 31

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

Shades of Outrageous Orange #FF5A1F

Tints of Outrageous Orange #FF5A1F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.94%

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

R = 67.82%
G = 23.94%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0

RGB Variations

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

Color information

#FF5A1F (or 0xFF5A1F) is known color: Outrageous Orange. HEX triplet: FF, 5A and 1F. RGB value is (255,90,31). Sum of RGB (Red+Green+Blue) = 255+90+31=376 (49% of max value = 765). Red value is 255 (100% from 255 or 67.82% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 31 (12.5% from 255 or 8.24% from 376); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5A1F is #00A5E0. Grayscale: #858585. Windows color (decimal): -42465 or 2054911. OLE color: 2054911.

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

Color convert

RGB 255 90 31 -
CMYK 0 0.65 0.88 0
HSL 15.8º 1% 0.56% -
HSV(B) 15.8º 0.88% 1% -
XYZ 45.14 28.67 4.45 -
YUV 132.61 70.66 215.3 -
System Red Green Blue C M Y K H S L
Decimal 255 90 31 0 0.65 0.88 0 15.8 1 0.56
Hex FF 5A 1F 0 41 58 0 10 64 38
Octal 377 132 37 0 101 130 0 20 144 70
Binary 11111111 1011010 11111 0 1000001 1011000 0 10000 1100100 111000

Color Harmonies of #FF5A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5A1F

Black with #FF5A1F

Text Example


Text Example

White with #FF5A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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