Html Css Color HEX #FF5A27 Outrageous Orange

📋 copy color: '#FF5A27'

red 255 ◦ green 90 ◦ blue 39

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

Shades of Outrageous Orange #FF5A27

Tints of Outrageous Orange #FF5A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.16%

R = 66.41%
G = 23.44%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF5A27 (or 0xFF5A27) is known color: Outrageous Orange. HEX triplet: FF, 5A and 27. RGB value is (255,90,39). Sum of RGB (Red+Green+Blue) = 255+90+39=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 90 (35.55% from 255 or 23.44% from 384); Blue value is 39 (15.62% from 255 or 10.16% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5A27 is #00A5D8. Grayscale: #858585. Windows color (decimal): -42457 or 2579199. OLE color: 2579199.

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

Color convert

RGB 255 90 39 -
CMYK 0 0.65 0.85 0
HSL 14.17º 1% 0.58% -
HSV(B) 14.17º 0.85% 1% -
XYZ 45.26 28.72 5.08 -
YUV 133.52 74.66 214.65 -
System Red Green Blue C M Y K H S L
Decimal 255 90 39 0 0.65 0.85 0 14.17 1 0.58
Hex FF 5A 27 0 41 55 0 E 64 3A
Octal 377 132 47 0 101 125 0 16 144 72
Binary 11111111 1011010 100111 0 1000001 1010101 0 1110 1100100 111010

Color Harmonies of #FF5A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5A27

Black with #FF5A27

Text Example


Text Example

White with #FF5A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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