Html Css Color HEX #FF5B1C Outrageous Orange

📋 copy color: '#FF5B1C'

red 255 ◦ green 91 ◦ blue 28

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

Shades of Outrageous Orange #FF5B1C

Tints of Outrageous Orange #FF5B1C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.33%

 BLUE value IS 28 (11.33% from 255) = 7.49%

R = 68.18%
G = 24.33%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF5B1C (or 0xFF5B1C) is known color: Outrageous Orange. HEX triplet: FF, 5B and 1C. RGB value is (255,91,28). Sum of RGB (Red+Green+Blue) = 255+91+28=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 28 (11.33% from 255 or 7.49% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5B1C is #00A4E3. Grayscale: #858585. Windows color (decimal): -42212 or 1858559. OLE color: 1858559.

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

Color convert

RGB 255 91 28 -
CMYK 0 0.64 0.89 0
HSL 16.65º 1% 0.55% -
HSV(B) 16.65º 0.89% 1% -
XYZ 45.19 28.83 4.28 -
YUV 132.85 68.83 215.12 -
System Red Green Blue C M Y K H S L
Decimal 255 91 28 0 0.64 0.89 0 16.65 1 0.55
Hex FF 5B 1C 0 40 59 0 11 64 37
Octal 377 133 34 0 100 131 0 21 144 67
Binary 11111111 1011011 11100 0 1000000 1011001 0 10001 1100100 110111

Color Harmonies of #FF5B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5B1C

Black with #FF5B1C

Text Example


Text Example

White with #FF5B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5B1C; }

 p { color: rgb(255,91,28); }

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

background-color css

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

 a { background-color: rgb(255,91,28); }

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

border-color css

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

 span { border-color: rgb(255,91,28); }

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