Html Css Color HEX #FF5A26 Outrageous Orange

📋 copy color: '#FF5A26'

red 255 ◦ green 90 ◦ blue 38

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

Shades of Outrageous Orange #FF5A26

Tints of Outrageous Orange #FF5A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.92%

R = 66.58%
G = 23.5%
B = 9.92%

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

#FF5A26 (or 0xFF5A26) is known color: Outrageous Orange. HEX triplet: FF, 5A and 26. RGB value is (255,90,38). Sum of RGB (Red+Green+Blue) = 255+90+38=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 90 (35.55% from 255 or 23.50% from 383); Blue value is 38 (15.23% from 255 or 9.92% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5A26 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5A26 is #00A5D9. Grayscale: #858585. Windows color (decimal): -42458 or 2513663. OLE color: 2513663.

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

Color convert

RGB 255 90 38 -
CMYK 0 0.65 0.85 0
HSL 14.38º 1% 0.57% -
HSV(B) 14.38º 0.85% 1% -
XYZ 45.25 28.71 4.99 -
YUV 133.41 74.16 214.73 -
System Red Green Blue C M Y K H S L
Decimal 255 90 38 0 0.65 0.85 0 14.38 1 0.57
Hex FF 5A 26 0 41 55 0 E 64 39
Octal 377 132 46 0 101 125 0 16 144 71
Binary 11111111 1011010 100110 0 1000001 1010101 0 1110 1100100 111001

Color Harmonies of #FF5A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5A26

Black with #FF5A26

Text Example


Text Example

White with #FF5A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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