Html Css Color HEX #FF5527 Outrageous Orange

📋 copy color: '#FF5527'

red 255 ◦ green 85 ◦ blue 39

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

Shades of Outrageous Orange #FF5527

Tints of Outrageous Orange #FF5527

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.43%

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

R = 67.28%
G = 22.43%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF5527 (or 0xFF5527) is known color: Outrageous Orange. HEX triplet: FF, 55 and 27. RGB value is (255,85,39). Sum of RGB (Red+Green+Blue) = 255+85+39=379 (50% of max value = 765). Red value is 255 (100% from 255 or 67.28% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 39 (15.62% from 255 or 10.29% from 379); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5527 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5527 is #00AAD8. Grayscale: #828282. Windows color (decimal): -43737 or 2577919. OLE color: 2577919.

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

Color convert

RGB 255 85 39 -
CMYK 0 0.67 0.85 0
HSL 12.78º 1% 0.58% -
HSV(B) 12.78º 0.85% 1% -
XYZ 44.85 27.9 4.94 -
YUV 130.59 76.32 216.74 -
System Red Green Blue C M Y K H S L
Decimal 255 85 39 0 0.67 0.85 0 12.78 1 0.58
Hex FF 55 27 0 43 55 0 D 64 3A
Octal 377 125 47 0 103 125 0 15 144 72
Binary 11111111 1010101 100111 0 1000011 1010101 0 1101 1100100 111010

Color Harmonies of #FF5527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5527

Black with #FF5527

Text Example


Text Example

White with #FF5527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5527; }

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

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

background-color css

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

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

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

border-color css

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

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

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