Html Css Color HEX #FF5C27 Outrageous Orange

📋 copy color: '#FF5C27'

red 255 ◦ green 92 ◦ blue 39

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

Shades of Outrageous Orange #FF5C27

Tints of Outrageous Orange #FF5C27

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.83%

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

R = 66.06%
G = 23.83%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF5C27 (or 0xFF5C27) is known color: Outrageous Orange. HEX triplet: FF, 5C and 27. RGB value is (255,92,39). Sum of RGB (Red+Green+Blue) = 255+92+39=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 39 (15.62% from 255 or 10.10% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5C27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5C27 is #00A3D8. Grayscale: #878787. Windows color (decimal): -41945 or 2579711. OLE color: 2579711.

HSL color Cylindrical-coordinate representation of color #FF5C27: hue angle of 14.72º 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 #FF5C27 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.

Color convert

RGB 255 92 39 -
CMYK 0 0.64 0.85 0
HSL 14.72º 1% 0.58% -
HSV(B) 14.72º 0.85% 1% -
XYZ 45.43 29.06 5.13 -
YUV 134.7 74 213.81 -
System Red Green Blue C M Y K H S L
Decimal 255 92 39 0 0.64 0.85 0 14.72 1 0.58
Hex FF 5C 27 0 40 55 0 F 64 3A
Octal 377 134 47 0 100 125 0 17 144 72
Binary 11111111 1011100 100111 0 1000000 1010101 0 1111 1100100 111010

Color Harmonies of #FF5C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5C27

Black with #FF5C27

Text Example


Text Example

White with #FF5C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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