Html Css Color HEX #FF5605 International Orange

📋 copy color: '#FF5605'

red 255 ◦ green 86 ◦ blue 5

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

Shades of International Orange #FF5605

Tints of International Orange #FF5605

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.86%

 BLUE value IS 5 (2.34% from 255) = 1.45%

R = 73.7%
G = 24.86%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#FF5605 (or 0xFF5605) is known color: International Orange. HEX triplet: FF, 56 and 05. RGB value is (255,86,5). Sum of RGB (Red+Green+Blue) = 255+86+5=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 5 (2.34% from 255 or 1.45% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5605 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5605 is #00A9FA. Grayscale: #7F7F7F. Windows color (decimal): -43515 or 349951. OLE color: 349951.

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

Color convert

RGB 255 86 5 -
CMYK 0 0.66 0.98 0
HSL 19.44º 1% 0.51% -
HSV(B) 19.44º 0.98% 1% -
XYZ 44.6 27.93 3.18 -
YUV 127.3 58.99 219.09 -
System Red Green Blue C M Y K H S L
Decimal 255 86 5 0 0.66 0.98 0 19.44 1 0.51
Hex FF 56 5 0 42 62 0 13 64 33
Octal 377 126 5 0 102 142 0 23 144 63
Binary 11111111 1010110 101 0 1000010 1100010 0 10011 1100100 110011

Color Harmonies of #FF5605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5605

Black with #FF5605

Text Example


Text Example

White with #FF5605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5605; }

 p { color: rgb(255,86,5); }

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

background-color css

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

 a { background-color: rgb(255,86,5); }

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

border-color css

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

 span { border-color: rgb(255,86,5); }

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