Html Css Color HEX #FF5B3C Outrageous Orange

📋 copy color: '#FF5B3C'

red 255 ◦ green 91 ◦ blue 60

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

Shades of Outrageous Orange #FF5B3C

Tints of Outrageous Orange #FF5B3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.78%

R = 62.81%
G = 22.41%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0

RGB Variations

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

Color information

#FF5B3C (or 0xFF5B3C) is known color: Outrageous Orange. HEX triplet: FF, 5B and 3C. RGB value is (255,91,60). Sum of RGB (Red+Green+Blue) = 255+91+60=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5B3C is #00A4C3. Grayscale: #888888. Windows color (decimal): -42180 or 3955711. OLE color: 3955711.

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

Color convert

RGB 255 91 60 -
CMYK 0 0.64 0.76 0
HSL 9.54º 1% 0.62% -
HSV(B) 9.54º 0.76% 1% -
XYZ 45.8 29.07 7.47 -
YUV 136.5 84.83 212.52 -
System Red Green Blue C M Y K H S L
Decimal 255 91 60 0 0.64 0.76 0 9.54 1 0.62
Hex FF 5B 3C 0 40 4C 0 A 64 3E
Octal 377 133 74 0 100 114 0 12 144 76
Binary 11111111 1011011 111100 0 1000000 1001100 0 1010 1100100 111110

Color Harmonies of #FF5B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5B3C

Black with #FF5B3C

Text Example


Text Example

White with #FF5B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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