Html Css Color HEX #FF5901 International Orange

📋 copy color: '#FF5901'

red 255 ◦ green 89 ◦ blue 1

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

Shades of International Orange #FF5901

Tints of International Orange #FF5901

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.8%

 BLUE value IS 1 (0.78% from 255) = 0.29%

R = 73.91%
G = 25.8%
B = 0.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF5901 (or 0xFF5901) is known color: International Orange. HEX triplet: FF, 59 and 01. RGB value is (255,89,1). Sum of RGB (Red+Green+Blue) = 255+89+1=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 1 (0.78% from 255 or 0.29% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5901 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5901 is #00A6FE. Grayscale: #818181. Windows color (decimal): -42751 or 88575. OLE color: 88575.

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

Color convert

RGB 255 89 1 -
CMYK 0 0.65 1.00 0
HSL 20.79º 1% 0.5% -
HSV(B) 20.79º 1% 1% -
XYZ 44.82 28.41 3.15 -
YUV 128.6 56 218.16 -
System Red Green Blue C M Y K H S L
Decimal 255 89 1 0 0.65 1.00 0 20.79 1 0.5
Hex FF 59 1 0 41 64 0 15 64 32
Octal 377 131 1 0 101 144 0 25 144 62
Binary 11111111 1011001 1 0 1000001 1100100 0 10101 1100100 110010

Color Harmonies of #FF5901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5901

Black with #FF5901

Text Example


Text Example

White with #FF5901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5901; }

 p { color: rgb(255,89,1); }

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

background-color css

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

 a { background-color: rgb(255,89,1); }

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

border-color css

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

 span { border-color: rgb(255,89,1); }

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