Html Css Color HEX #FF5528 Outrageous Orange

📋 copy color: '#FF5528'

red 255 ◦ green 85 ◦ blue 40

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

Shades of Outrageous Orange #FF5528

Tints of Outrageous Orange #FF5528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.53%

R = 67.11%
G = 22.37%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF5528 (or 0xFF5528) is known color: Outrageous Orange. HEX triplet: FF, 55 and 28. RGB value is (255,85,40). Sum of RGB (Red+Green+Blue) = 255+85+40=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5528 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5528 is #00AAD7. Grayscale: #838383. Windows color (decimal): -43736 or 2643455. OLE color: 2643455.

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

Color convert

RGB 255 85 40 -
CMYK 0 0.67 0.84 0
HSL 12.56º 1% 0.58% -
HSV(B) 12.56º 0.84% 1% -
XYZ 44.87 27.91 5.03 -
YUV 130.7 76.82 216.66 -
System Red Green Blue C M Y K H S L
Decimal 255 85 40 0 0.67 0.84 0 12.56 1 0.58
Hex FF 55 28 0 43 54 0 D 64 3A
Octal 377 125 50 0 103 124 0 15 144 72
Binary 11111111 1010101 101000 0 1000011 1010100 0 1101 1100100 111010

Color Harmonies of #FF5528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5528

Black with #FF5528

Text Example


Text Example

White with #FF5528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5528; }

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

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

background-color css

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

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

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

border-color css

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

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

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