Html Css Color HEX #FF5B2C Outrageous Orange

📋 copy color: '#FF5B2C'

red 255 ◦ green 91 ◦ blue 44

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

Shades of Outrageous Orange #FF5B2C

Tints of Outrageous Orange #FF5B2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.28%

R = 65.38%
G = 23.33%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0

RGB Variations

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

Color information

#FF5B2C (or 0xFF5B2C) is known color: Outrageous Orange. HEX triplet: FF, 5B and 2C. RGB value is (255,91,44). Sum of RGB (Red+Green+Blue) = 255+91+44=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 44 (17.58% from 255 or 11.28% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5B2C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5B2C is #00A4D3. Grayscale: #878787. Windows color (decimal): -42196 or 2907135. OLE color: 2907135.

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

Color convert

RGB 255 91 44 -
CMYK 0 0.64 0.83 0
HSL 13.36º 1% 0.59% -
HSV(B) 13.36º 0.83% 1% -
XYZ 45.44 28.92 5.57 -
YUV 134.68 76.83 213.82 -
System Red Green Blue C M Y K H S L
Decimal 255 91 44 0 0.64 0.83 0 13.36 1 0.59
Hex FF 5B 2C 0 40 53 0 D 64 3B
Octal 377 133 54 0 100 123 0 15 144 73
Binary 11111111 1011011 101100 0 1000000 1010011 0 1101 1100100 111011

Color Harmonies of #FF5B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5B2C

Black with #FF5B2C

Text Example


Text Example

White with #FF5B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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