Html Css Color HEX #FF5A32 Outrageous Orange

📋 copy color: '#FF5A32'

red 255 ◦ green 90 ◦ blue 50

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

Shades of Outrageous Orange #FF5A32

Tints of Outrageous Orange #FF5A32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.66%

R = 64.56%
G = 22.78%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FF5A32 (or 0xFF5A32) is known color: Outrageous Orange. HEX triplet: FF, 5A and 32. RGB value is (255,90,50). Sum of RGB (Red+Green+Blue) = 255+90+50=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 50 (19.92% from 255 or 12.66% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5A32 is #00A5CD. Grayscale: #878787. Windows color (decimal): -42446 or 3300095. OLE color: 3300095.

HSL color Cylindrical-coordinate representation of color #FF5A32: hue angle of 11.71º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF5A32 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB 255 90 50 -
CMYK 0 0.65 0.80 0
HSL 11.71º 1% 0.6% -
HSV(B) 11.71º 0.8% 1% -
XYZ 45.47 28.8 6.18 -
YUV 134.78 80.16 213.75 -
System Red Green Blue C M Y K H S L
Decimal 255 90 50 0 0.65 0.80 0 11.71 1 0.6
Hex FF 5A 32 0 41 50 0 C 64 3C
Octal 377 132 62 0 101 120 0 14 144 74
Binary 11111111 1011010 110010 0 1000001 1010000 0 1100 1100100 111100

Color Harmonies of #FF5A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5A32

Black with #FF5A32

Text Example


Text Example

White with #FF5A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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